File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
lib/semmle/code/java/security Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change
1
+ /** Provides a taint tracking configuration to reason about unvalidated user input that is used to construct LDAP queries. */
2
+
1
3
import java
2
4
import semmle.code.java.dataflow.FlowSources
3
5
import semmle.code.java.security.LdapInjection
@@ -17,4 +19,5 @@ module LdapInjectionFlowConfig implements DataFlow::ConfigSig {
17
19
}
18
20
}
19
21
22
+ /** Tracks flow from remote sources to LDAP injection vulnerabilities. */
20
23
module LdapInjectionFlow = TaintTracking:: Global< LdapInjectionFlowConfig > ;
Original file line number Diff line number Diff line change 13
13
14
14
import java
15
15
import semmle.code.java.dataflow.FlowSources
16
- import LdapInjectionLib
16
+ import semmle.code.java.security.LdapInjectionQuery
17
17
import LdapInjectionFlow:: PathGraph
18
18
19
19
from LdapInjectionFlow:: PathNode source , LdapInjectionFlow:: PathNode sink
You can’t perform that action at this time.
0 commit comments