refactor code; add change note

This commit is contained in:
Jami Cogswell
2022-10-31 09:53:28 -04:00
parent 037a05cd66
commit f6f26fe6c5
4 changed files with 14 additions and 4 deletions

View File

@@ -39,7 +39,8 @@ private predicate regexSinkKindInfo(string kind, boolean full, int strArg) {
}
/** A sink that is relevant for regex flow. */
private class RegexFlowSink extends DataFlow::Node {
class RegexFlowSink extends DataFlow::Node {
// ! switch back to private!!! - just testing if this sink is useful for regex injection as well
boolean full;
int strArg;