Skip to content

Commit

Permalink
JS: Update DifferentKindsComparisonBypassQuery.qll
Browse files Browse the repository at this point in the history
  • Loading branch information
asgerf committed Jan 17, 2025
1 parent ce87746 commit 0947d84
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ private module DifferentKindsComparisonBypassConfig implements DataFlow::ConfigS
predicate isBarrier(DataFlow::Node node) { node instanceof Sanitizer }

predicate observeDiffInformedIncrementalMode() {
// TODO(diff-informed): Manually verify if config can be diff-informed.
// ql/lib/semmle/javascript/security/dataflow/DifferentKindsComparisonBypassQuery.qll:39: Flow call outside 'select' clause
// ql/lib/semmle/javascript/security/dataflow/DifferentKindsComparisonBypassQuery.qll:40: Flow call outside 'select' clause
none()
none() // Disabled since multiple related sinks are selected simultaneously
}
}

Expand Down

0 comments on commit 0947d84

Please sign in to comment.