Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4116c1e commit 0bdf67fCopy full SHA for 0bdf67f
1 file changed
javascript/ql/src/semmle/javascript/dataflow/TaintTracking.qll
@@ -490,9 +490,6 @@ module TaintTracking {
490
prop.isComputed() and f = prop.getNameExpr()
491
)
492
or
493
- // awaiting a tainted expression gives a tainted result
494
- e.(AwaitExpr).getOperand() = f
495
- or
496
// spreading a tainted object into an object literal gives a tainted object
497
e.(ObjectExpr).getAProperty().(SpreadProperty).getInit().(SpreadElement).getOperand() = f
498
0 commit comments