We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7dc26e + 4dac835 commit 7dc8066Copy full SHA for 7dc8066
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