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 6f3dba5 commit 2870bc2Copy full SHA for 2870bc2
swift/ql/lib/codeql/swift/security/regex/RegexInjectionExtensions.qll
@@ -34,7 +34,7 @@ class RegexInjectionAdditionalFlowStep extends Unit {
34
* This includes various methods that consume a regular expression string, but
35
* in general misses cases where a regular expression string is converted into
36
* an object (such as a `Regex` or `NSRegularExpression`) for later evaluation.
37
- * These cases are modelled separately.
+ * These cases are modeled separately.
38
*/
39
private class EvalRegexInjectionSink extends RegexInjectionSink {
40
EvalRegexInjectionSink() { this.asExpr() = any(RegexEval e).getRegexInput() }
0 commit comments