Skip to content

Commit af31819

Browse files
committed
Swift/ConstantPasswordQuery
swift/ql/src/queries/Security/CWE-259/ConstantPassword.ql
1 parent a7252ef commit af31819

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

swift/ql/lib/codeql/swift/security/ConstantPasswordQuery.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ module ConstantPasswordConfig implements DataFlow::ConfigSig {
4040
}
4141

4242
predicate observeDiffInformedIncrementalMode() { any() }
43-
44-
Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
4543
}
4644

4745
module ConstantPasswordFlow = TaintTracking::Global<ConstantPasswordConfig>;

0 commit comments

Comments
 (0)