autoformat

This commit is contained in:
Erik Krogh Kristensen
2020-06-04 16:07:28 +02:00
parent 60320a9d78
commit b7a3c4a3d6

View File

@@ -1817,7 +1817,7 @@ class VarAccessBarrier extends DataFlow::Node {
/**
* A check of the form `whitelist.includes(x)` or equivalent, which sanitizes `x` in its "then" branch.
*
*
* Can be added to `isBarrierGuard` in a data-flow configuration to block flow through such checks.
*/
class MembershipTestBarrierGuard extends BarrierGuardNode {