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 ff15b73 commit bfd150aCopy full SHA for bfd150a
swift/ql/lib/codeql/swift/regex/Regex.qll
@@ -462,7 +462,7 @@ private module NSStringCompareOptionsFlagConfig implements DataFlow::ConfigSig {
462
}
463
464
predicate isSink(DataFlow::Node node) {
465
- // use in a regex eval `options` argument
+ // use in a [potential] regex eval `options` argument
466
any(NSStringCompareOptionsPotentialRegexEval potentialEval).getAnOptionsInput() = node
467
468
0 commit comments