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 03825a6 commit ec85ee4Copy full SHA for ec85ee4
python/ql/src/experimental/semmle/python/security/injection/RegexInjection.qll
@@ -32,7 +32,7 @@ class RegexInjectionSink extends DataFlow::Node {
32
string getRegexModule() { result = regexModule }
33
34
/**
35
- * Gets the mthod used to execute the regular expression.
+ * Gets the method used to execute the regular expression.
36
*/
37
Attribute getRegexMethod() { result = regexMethod }
38
}
0 commit comments