mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
JS: Remove irrelevant comment.
This commit is contained in:
@@ -163,8 +163,6 @@ function t9() { // same as t8 but with a SanitizerGuard that isn't just a variab
|
||||
}
|
||||
|
||||
if (typeof obj === "undefined" || typeof obj === "undefined") {
|
||||
// The shared SSA library expects short-circuiting operators be pre-order in the CFG,
|
||||
// but in JS they are post-order (as per evaluation order).
|
||||
sink(obj.field);
|
||||
} else {
|
||||
sink(obj.field); // $ hasTaintFlow=t9.1
|
||||
|
||||
Reference in New Issue
Block a user