C#: Address review comments.

This commit is contained in:
Michael Nebel
2025-08-20 08:50:23 +02:00
parent 4b0c725367
commit b42c366250

View File

@@ -31,8 +31,7 @@ predicate defaultTaintSanitizer(DataFlow::Node node) {
*/
bindingset[node]
predicate defaultImplicitTaintRead(DataFlow::Node node, DataFlow::ContentSet c) {
node instanceof ArgumentNode and
Collections::isCollectionType(node.getType()) and
exists(node) and
c.isElement()
}