We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60320a9 commit b7a3c4aCopy full SHA for b7a3c4a
javascript/ql/src/semmle/javascript/dataflow/Configuration.qll
@@ -1817,7 +1817,7 @@ class VarAccessBarrier extends DataFlow::Node {
1817
1818
/**
1819
* A check of the form `whitelist.includes(x)` or equivalent, which sanitizes `x` in its "then" branch.
1820
- *
+ *
1821
* Can be added to `isBarrierGuard` in a data-flow configuration to block flow through such checks.
1822
*/
1823
class MembershipTestBarrierGuard extends BarrierGuardNode {
0 commit comments