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 2ae7386 commit f620191Copy full SHA for f620191
javascript/ql/lib/semmle/javascript/dataflow/TaintTracking.qll
@@ -270,8 +270,7 @@ module TaintTracking {
270
* implementations of `sanitizes` will _both_ apply to any configuration that includes either of
271
* them.
272
*/
273
- abstract class SanitizerGuardNode extends DataFlow::BarrierGuardNode {
274
- // TODO: deprecate this class; currently requires too much refactoring
+ abstract deprecated class SanitizerGuardNode extends DataFlow::BarrierGuardNode {
275
override predicate blocks(boolean outcome, Expr e) { none() }
276
277
/**
0 commit comments