Skip to content

Commit 449150e

Browse files
committed
JS: Accept fixed FP flow.
1 parent ae3736b commit 449150e

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/test/library-tests/TripleDot

1 file changed

+1
-1
lines changed

javascript/ql/test/library-tests/TripleDot/useuse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ function t9() { // same as t8 but with a SanitizerGuard that isn't just a variab
165165
if (typeof obj === "undefined" || typeof obj === "undefined") {
166166
// The shared SSA library expects short-circuiting operators be pre-order in the CFG,
167167
// but in JS they are post-order (as per evaluation order).
168-
sink(obj.field); // $ SPURIOUS: hasTaintFlow=t9.1
168+
sink(obj.field);
169169
} else {
170170
sink(obj.field); // $ hasTaintFlow=t9.1
171171
}

0 commit comments

Comments
 (0)