Swift/StringLengthConflationQuery

swift/ql/src/queries/Security/CWE-135/StringLengthConflation.ql
This commit is contained in:
Nora Dimitrijević
2025-10-14 15:04:00 +02:00
parent 5a6f731ab7
commit cd86e7d6f5

View File

@@ -41,8 +41,6 @@ module StringLengthConflationConfig implements DataFlow::StateConfigSig {
}
predicate observeDiffInformedIncrementalMode() { any() }
Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
}
/**