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 449150e commit b2a5955Copy full SHA for b2a5955
javascript/ql/test/library-tests/TripleDot/useuse.js
@@ -163,8 +163,6 @@ function t9() { // same as t8 but with a SanitizerGuard that isn't just a variab
163
}
164
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);
169
} else {
170
sink(obj.field); // $ hasTaintFlow=t9.1
0 commit comments