mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
Make configuration public
Co-authored-by: Tony Torralba <atorralba@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9bfb13b942
commit
97ec808a6f
@@ -9,7 +9,7 @@ import semmle.code.java.security.InsecureLdapAuth
|
||||
/**
|
||||
* A taint-tracking configuration for `ldap://` URL in LDAP authentication.
|
||||
*/
|
||||
private module InsecureLdapUrlConfig implements DataFlow::ConfigSig {
|
||||
module InsecureLdapUrlConfig implements DataFlow::ConfigSig {
|
||||
predicate isSource(DataFlow::Node src) { src.asExpr() instanceof InsecureLdapUrl }
|
||||
|
||||
predicate isSink(DataFlow::Node sink) { sink instanceof InsecureLdapUrlSink }
|
||||
|
||||
Reference in New Issue
Block a user