Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ee3d2 commit bed6a98Copy full SHA for bed6a98
1 file changed
java/ql/src/Security/CWE/CWE-90/LdapInjection.ql
@@ -15,8 +15,7 @@ import semmle.code.java.dataflow.FlowSources
15
import LdapInjectionLib
16
import DataFlow::PathGraph
17
18
-from
19
- DataFlow::PathNode source, DataFlow::PathNode sink, LdapInjectionFlowConfig conf
+from DataFlow::PathNode source, DataFlow::PathNode sink, LdapInjectionFlowConfig conf
20
where conf.hasFlowPath(source, sink)
21
select sink.getNode(), source, sink, "LDAP query might include code from $@.", source.getNode(),
22
"this user input"
0 commit comments