Java: update logging sink kind to log-injection

This commit is contained in:
Jami Cogswell
2023-05-09 12:02:09 -04:00
parent 8c4b394e1a
commit 430010daa3
15 changed files with 851 additions and 851 deletions

View File

@@ -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"
}