mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
Java: update logging sink kind to log-injection
This commit is contained in:
@@ -250,7 +250,7 @@ string asInputArgumentSpecific(DataFlow::Node source) {
|
||||
*/
|
||||
bindingset[kind]
|
||||
predicate isRelevantSinkKind(string kind) {
|
||||
not kind = "logging" and
|
||||
not kind = "log-injection" and
|
||||
not kind.matches("regex-use%") and
|
||||
not kind = "write-file"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user