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 25d94fa commit 05a7cfdCopy full SHA for 05a7cfd
powershell/ql/lib/semmle/code/powershell/dataflow/internal/TaintTrackingPrivate.qll
@@ -18,7 +18,7 @@ predicate defaultTaintSanitizer(DataFlow::Node node) { none() }
18
bindingset[node]
19
predicate defaultImplicitTaintRead(DataFlow::Node node, DataFlow::ContentSet c) {
20
node instanceof ArgumentNode and
21
- c.isAnyElement()
+ c.isAnyPositional()
22
}
23
24
cached
0 commit comments