We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0589dd7 commit 2613e58Copy full SHA for 2613e58
java/ql/src/experimental/Security/CWE/CWE-522/InsecureLdapAuth.ql
@@ -30,11 +30,6 @@ class InsecureLdapUrlLiteral extends StringLiteral {
30
}
31
32
33
-/** The interface `javax.naming.Context`. */
34
-class TypeNamingContext extends Interface {
35
- TypeNamingContext() { this.hasQualifiedName("javax.naming", "Context") }
36
-}
37
-
38
/** The class `java.util.Hashtable`. */
39
class TypeHashtable extends Class {
40
TypeHashtable() { this.getSourceDeclaration().hasQualifiedName("java.util", "Hashtable") }
0 commit comments