mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
JS: Fix store into object literals that have a post-update node
This commit is contained in:
@@ -31,7 +31,7 @@ function t2() {
|
||||
|
||||
function t3() {
|
||||
function inner(obj) {
|
||||
sink(obj.foo); // $ hasValueFlow=t3.2 MISSING: hasValueFlow=t3.1
|
||||
sink(obj.foo); // $ hasValueFlow=t3.2 hasValueFlow=t3.1
|
||||
}
|
||||
|
||||
inner({foo: source('t3.1')});
|
||||
|
||||
Reference in New Issue
Block a user