delete all deprecations that are over 14 months old

This commit is contained in:
Erik Krogh Kristensen
2022-03-09 18:28:07 +01:00
parent ef07aaa998
commit a86f0afb3c
99 changed files with 1 additions and 3412 deletions

View File

@@ -6,15 +6,6 @@
import javascript
/**
* DEPRECATED.
*
* The target of a heuristic additional flow step in a security query.
*/
deprecated class HeuristicAdditionalTaintStep extends DataFlow::Node {
HeuristicAdditionalTaintStep() { any(TaintTracking::SharedTaintStep step).heuristicStep(_, this) }
}
/**
* A call to `tainted.replace(x, y)` that preserves taint.
*/