I cant find the java.naming.xxx class in codeql
Đang mở
question
- Ngôn ngữ chính
- CodeQL
- Star
- 10.1k
- Fork
- 2.1k
- Merge trung bình
- 2 ngày 15 giờ
- Pull request đã merge (30 ngày)
- 141
Mô tả
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

Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.