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+
13import java
24import semmle.code.java.dataflow.FlowSources
35import semmle.code.java.security.LdapInjection
@@ -17,4 +19,5 @@ module LdapInjectionFlowConfig implements DataFlow::ConfigSig {
1719 }
1820}
1921
22+ /** Tracks flow from remote sources to LDAP injection vulnerabilities. */
2023module LdapInjectionFlow = TaintTracking:: Global< LdapInjectionFlowConfig > ;
Original file line number Diff line number Diff line change 1313
1414import java
1515import semmle.code.java.dataflow.FlowSources
16- import LdapInjectionLib
16+ import semmle.code.java.security.LdapInjectionQuery
1717import LdapInjectionFlow:: PathGraph
1818
1919from LdapInjectionFlow:: PathNode source , LdapInjectionFlow:: PathNode sink
You can’t perform that action at this time.
0 commit comments