mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
refactor code; add change note
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user