mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
C#: Address review comments.
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user