mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
autoformat
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user