File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
javascript/ql/lib/semmle/javascript/security/dataflow Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,7 @@ module ConditionalBypassConfig implements DataFlow::ConfigSig {
26
26
}
27
27
28
28
predicate observeDiffInformedIncrementalMode ( ) {
29
- // TODO(diff-informed): Manually verify if config can be diff-informed.
30
- // ql/lib/semmle/javascript/security/dataflow/ConditionalBypassQuery.qll:104: Flow call outside 'select' clause
31
- // ql/lib/semmle/javascript/security/dataflow/ConditionalBypassQuery.qll:113: Flow call outside 'select' clause
32
- // ql/lib/semmle/javascript/security/dataflow/ConditionalBypassQuery.qll:115: Flow call outside 'select' clause
33
- none ( )
29
+ none ( ) // Disabled since the enclosing comparison is sometimes selected instead of the sink
34
30
}
35
31
}
36
32
You can’t perform that action at this time.
0 commit comments