We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
barrierGuardIsRelevant
1 parent 66fd566 commit 4dac835Copy full SHA for 4dac835
javascript/ql/src/semmle/javascript/dataflow/Configuration.qll
@@ -354,7 +354,7 @@ private predicate barrierGuardBlocksExpr(
354
}
355
356
/**
357
- * Holds if `guard` blocks the flow of a value reachable through exploratory flow.
+ * Holds if `guard` may block the flow of a value reachable through exploratory flow.
358
*/
359
pragma[noinline]
360
private predicate barrierGuardIsRelevant(BarrierGuardNode guard) {
0 commit comments