Skip to content

Commit f620191

Browse files
committed
JS: Deprecate SanitizerGuardNode
1 parent 2ae7386 commit f620191

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

javascript/ql/lib/semmle/javascript/dataflow/TaintTracking.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,7 @@ module TaintTracking {
270270
* implementations of `sanitizes` will _both_ apply to any configuration that includes either of
271271
* them.
272272
*/
273-
abstract class SanitizerGuardNode extends DataFlow::BarrierGuardNode {
274-
// TODO: deprecate this class; currently requires too much refactoring
273+
abstract deprecated class SanitizerGuardNode extends DataFlow::BarrierGuardNode {
275274
override predicate blocks(boolean outcome, Expr e) { none() }
276275

277276
/**

0 commit comments

Comments
 (0)