mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
delete all deprecations that are over 14 months old
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user