I cant find the java.naming.xxx class in codeql
Offen
question
- Vorherrschende Sprache
- CodeQL
- Sterne
- 10.1k
- Forks
- 2.1k
- Ø Merge
- 2 T. 15 Std.
- Gemergte PRs (30 T.)
- 141
Beschreibung
here is my code, i want to get the javax.naming.xxx classes, such as InitialContext
```java
from Class asdf, string pack
where pack = asdf.getQualifiedName() and exists(pack.indexOf("javax.naming"))
select pack,asdf
```
but after run, only four result

Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.