mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Java: update write-file sink kind to file-system-store
This commit is contained in:
@@ -252,7 +252,7 @@ bindingset[kind]
|
||||
predicate isRelevantSinkKind(string kind) {
|
||||
not kind = "log-injection" and
|
||||
not kind.matches("regex-use%") and
|
||||
not kind = "write-file"
|
||||
not kind = "file-content-store"
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user