Skip to content

Commit ec85ee4

Browse files
committed
Sink's predicate typo
1 parent 03825a6 commit ec85ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/experimental/semmle/python/security/injection/RegexInjection.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class RegexInjectionSink extends DataFlow::Node {
3232
string getRegexModule() { result = regexModule }
3333

3434
/**
35-
* Gets the mthod used to execute the regular expression.
35+
* Gets the method used to execute the regular expression.
3636
*/
3737
Attribute getRegexMethod() { result = regexMethod }
3838
}

0 commit comments

Comments
 (0)