Skip to content

Commit bfd150a

Browse files
committed
Swift: Clarify comment.
1 parent ff15b73 commit bfd150a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/regex/Regex.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ private module NSStringCompareOptionsFlagConfig implements DataFlow::ConfigSig {
462462
}
463463

464464
predicate isSink(DataFlow::Node node) {
465-
// use in a regex eval `options` argument
465+
// use in a [potential] regex eval `options` argument
466466
any(NSStringCompareOptionsPotentialRegexEval potentialEval).getAnOptionsInput() = node
467467
}
468468

0 commit comments

Comments
 (0)