File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
javascript/ql/src/semmle/javascript/dataflow Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -536,13 +536,6 @@ module TaintTracking {
536
536
not any ( PromiseAllCreation call ) .getArrayNode ( ) = succ
537
537
or
538
538
// reading from a tainted object yields a tainted result
539
- succ .( DataFlow:: PropRead ) .getBase ( ) = pred
540
- or
541
- // arrays with tainted elements and objects with tainted property names are tainted
542
- succ .( DataFlow:: ArrayCreationNode ) .getAnElement ( ) = pred and
543
- not any ( PromiseAllCreation call ) .getArrayNode ( ) = succ
544
- or
545
- // reading from a tainted object yields a tainted result
546
539
succ .( DataFlow:: PropRead ) .getBase ( ) = pred and
547
540
not AccessPath:: DominatingPaths:: hasDominatingWrite ( succ ) and
548
541
not isSafeClientSideUrlProperty ( succ )
You can’t perform that action at this time.
0 commit comments