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 ae3736b commit 449150eCopy full SHA for 449150e
javascript/ql/test/library-tests/TripleDot/useuse.js
@@ -165,7 +165,7 @@ function t9() { // same as t8 but with a SanitizerGuard that isn't just a variab
165
if (typeof obj === "undefined" || typeof obj === "undefined") {
166
// The shared SSA library expects short-circuiting operators be pre-order in the CFG,
167
// but in JS they are post-order (as per evaluation order).
168
- sink(obj.field); // $ SPURIOUS: hasTaintFlow=t9.1
+ sink(obj.field);
169
} else {
170
sink(obj.field); // $ hasTaintFlow=t9.1
171
}
0 commit comments