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 a7252ef commit af31819Copy full SHA for af31819
swift/ql/lib/codeql/swift/security/ConstantPasswordQuery.qll
@@ -40,8 +40,6 @@ module ConstantPasswordConfig implements DataFlow::ConfigSig {
40
}
41
42
predicate observeDiffInformedIncrementalMode() { any() }
43
-
44
- Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
45
46
47
module ConstantPasswordFlow = TaintTracking::Global<ConstantPasswordConfig>;
0 commit comments