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 6e074c3 commit a54f0a7Copy full SHA for a54f0a7
javascript/ql/lib/semmle/javascript/dataflow/TaintTracking.qll
@@ -409,7 +409,7 @@ module TaintTracking {
409
not assgn.getWriteNode() instanceof Property and // not a write inside an object literal
410
pred = assgn.getRhs() and
411
assgn = obj.getAPropertyWrite() and
412
- succ = obj
+ succ = assgn.getBase().getPostUpdateNode()
413
|
414
obj instanceof DataFlow::ObjectLiteralNode
415
or
0 commit comments