Merge pull request #3045 from Semmle/esbena-patch-2

JS: loosen qldoc for `barrierGuardIsRelevant`
This commit is contained in:
Esben Sparre Andreasen
2020-03-16 22:28:22 +01:00
committed by GitHub

View File

@@ -354,7 +354,7 @@ private predicate barrierGuardBlocksExpr(
}
/**
* 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.
*/
pragma[noinline]
private predicate barrierGuardIsRelevant(BarrierGuardNode guard) {