Add comment to Sink's predicates

This commit is contained in:
jorgectf
2021-03-27 21:05:49 +01:00
parent fc27c6c547
commit 03825a6052

View File

@@ -26,8 +26,14 @@ class RegexInjectionSink extends DataFlow::Node {
)
}
/**
* Gets the argument containing the executed expression.
*/
string getRegexModule() { result = regexModule }
/**
* Gets the mthod used to execute the regular expression.
*/
Attribute getRegexMethod() { result = regexMethod }
}