Skip to content

I cant find the java.naming.xxx class in codeql #2954

Open
@ox1234

Description

@ox1234

here is my code, i want to get the javax.naming.xxx classes, such as InitialContext

from Class asdf, string pack
where pack = asdf.getQualifiedName() and exists(pack.indexOf("javax.naming"))
select pack,asdf

but after run, only four result
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions