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 82b92c3 commit 2cfca03Copy full SHA for 2cfca03
swift/ql/lib/codeql/swift/security/regex/RegexInjectionExtensions.qll
@@ -37,7 +37,7 @@ class RegexInjectionAdditionalFlowStep extends Unit {
37
* These cases are modeled separately.
38
*/
39
private class EvalRegexInjectionSink extends RegexInjectionSink {
40
- EvalRegexInjectionSink() { this.asExpr() = any(RegexEval e).getRegexInput() }
+ EvalRegexInjectionSink() { this = any(RegexEval e).getRegexInputNode() }
41
}
42
43
/**
0 commit comments