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 fc27c6c commit 03825a6Copy full SHA for 03825a6
python/ql/src/experimental/semmle/python/security/injection/RegexInjection.qll
@@ -26,8 +26,14 @@ class RegexInjectionSink extends DataFlow::Node {
26
)
27
}
28
29
+ /**
30
+ * Gets the argument containing the executed expression.
31
+ */
32
string getRegexModule() { result = regexModule }
33
34
35
+ * Gets the mthod used to execute the regular expression.
36
37
Attribute getRegexMethod() { result = regexMethod }
38
39
0 commit comments