Skip to content

Commit aad801f

Browse files
committed
Swift/StringLengthConflationQuery
swift/ql/src/queries/Security/CWE-135/StringLengthConflation.ql
1 parent 21c2ac1 commit aad801f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ module StringLengthConflationConfig implements DataFlow::StateConfigSig {
4141
}
4242

4343
predicate observeDiffInformedIncrementalMode() { any() }
44-
45-
Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
4644
}
4745

4846
/**

0 commit comments

Comments
 (0)