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 9bfb13b commit 97ec808Copy full SHA for 97ec808
java/ql/lib/semmle/code/java/security/InsecureLdapAuthQuery.qll
@@ -9,7 +9,7 @@ import semmle.code.java.security.InsecureLdapAuth
9
/**
10
* A taint-tracking configuration for `ldap://` URL in LDAP authentication.
11
*/
12
-private module InsecureLdapUrlConfig implements DataFlow::ConfigSig {
+module InsecureLdapUrlConfig implements DataFlow::ConfigSig {
13
predicate isSource(DataFlow::Node src) { src.asExpr() instanceof InsecureLdapUrl }
14
15
predicate isSink(DataFlow::Node sink) { sink instanceof InsecureLdapUrlSink }
0 commit comments