We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0c725 commit b42c366Copy full SHA for b42c366
csharp/ql/lib/semmle/code/csharp/dataflow/internal/TaintTrackingPrivate.qll
@@ -31,8 +31,7 @@ predicate defaultTaintSanitizer(DataFlow::Node node) {
31
*/
32
bindingset[node]
33
predicate defaultImplicitTaintRead(DataFlow::Node node, DataFlow::ContentSet c) {
34
- node instanceof ArgumentNode and
35
- Collections::isCollectionType(node.getType()) and
+ exists(node) and
36
c.isElement()
37
}
38
0 commit comments