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 66b61ee commit 13a4df9Copy full SHA for 13a4df9
go/ql/src/experimental/CWE-090/LDAPInjection.qll
@@ -104,9 +104,7 @@ private class LdapClientDNSink extends LdapSink {
104
deprecated class LdapInjectionConfiguration extends TaintTracking::Configuration {
105
LdapInjectionConfiguration() { this = "Ldap injection" }
106
107
- override predicate isSource(DataFlow::Node source) {
108
- source instanceof ActiveThreatModelSource
109
- }
+ override predicate isSource(DataFlow::Node source) { source instanceof ActiveThreatModelSource }
110
111
override predicate isSink(DataFlow::Node sink) { sink instanceof LdapSink }
112
0 commit comments