Skip to content

Commit b7a3c4a

Browse files
committed
autoformat
1 parent 60320a9 commit b7a3c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/dataflow/Configuration.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1817,7 +1817,7 @@ class VarAccessBarrier extends DataFlow::Node {
18171817

18181818
/**
18191819
* A check of the form `whitelist.includes(x)` or equivalent, which sanitizes `x` in its "then" branch.
1820-
*
1820+
*
18211821
* Can be added to `isBarrierGuard` in a data-flow configuration to block flow through such checks.
18221822
*/
18231823
class MembershipTestBarrierGuard extends BarrierGuardNode {

0 commit comments

Comments
 (0)