We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29da1fb commit ecbd798Copy full SHA for ecbd798
1 file changed
javascript/ql/lib/semmle/javascript/security/dataflow/DifferentKindsComparisonBypassQuery.qll
@@ -22,10 +22,7 @@ private module DifferentKindsComparisonBypassConfig implements DataFlow::ConfigS
22
predicate isBarrier(DataFlow::Node node) { node instanceof Sanitizer }
23
24
predicate observeDiffInformedIncrementalMode() {
25
- // TODO(diff-informed): Manually verify if config can be diff-informed.
26
- // ql/lib/semmle/javascript/security/dataflow/DifferentKindsComparisonBypassQuery.qll:39: Flow call outside 'select' clause
27
- // ql/lib/semmle/javascript/security/dataflow/DifferentKindsComparisonBypassQuery.qll:40: Flow call outside 'select' clause
28
- none()
+ none() // Disabled since multiple related sinks are selected simultaneously
29
}
30
31
0 commit comments