Skip to content

Commit

Permalink
Go: autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusWL committed Sep 13, 2024
1 parent 66b61ee commit 13a4df9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go/ql/src/experimental/CWE-090/LDAPInjection.qll
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ private class LdapClientDNSink extends LdapSink {
deprecated class LdapInjectionConfiguration extends TaintTracking::Configuration {
LdapInjectionConfiguration() { this = "Ldap injection" }

override predicate isSource(DataFlow::Node source) {
source instanceof ActiveThreatModelSource
}
override predicate isSource(DataFlow::Node source) { source instanceof ActiveThreatModelSource }

override predicate isSink(DataFlow::Node sink) { sink instanceof LdapSink }

Expand Down

0 comments on commit 13a4df9

Please sign in to comment.