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 2d437ef commit 8096280Copy full SHA for 8096280
javascript/ql/src/semmle/javascript/security/dataflow/TaintedPathCustomizations.qll
@@ -356,9 +356,9 @@ module TaintedPath {
356
}
357
358
/**
359
- * A check of the form `if(x)`, which sanitizes `x` in its "else" branch.
+ * A guard node for a variable in a negative condition, such as `x` in `if(!x)`.
360
*/
361
- class VarAccessBarrier extends Sanitizer, DataFlow::VarAccessBarrier { }
+ private class VarAccessBarrier extends Sanitizer, DataFlow::VarAccessBarrier { }
362
363
364
* A source of remote user input, considered as a flow source for
0 commit comments