mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Drop Map.merge as taint step
This commit is contained in:
@@ -112,7 +112,7 @@ private predicate taintPreservingQualifierToMethod(Method m) {
|
||||
// java.util.Map
|
||||
m
|
||||
.(MapMethod)
|
||||
.hasName(["computeIfAbsent", "entrySet", "get", "getOrDefault", "merge", "put", "putIfAbsent",
|
||||
.hasName(["computeIfAbsent", "entrySet", "get", "getOrDefault", "put", "putIfAbsent",
|
||||
"remove", "replace", "values"])
|
||||
or
|
||||
// java.util.Collection
|
||||
|
||||
Reference in New Issue
Block a user