mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
JS: Remove TODO about evaluating legacy steps
There is an issue for tracking this. It's not a small fix.
This commit is contained in:
@@ -232,10 +232,7 @@ class LegacyTaintStep extends Unit {
|
||||
cached
|
||||
private module Cached {
|
||||
cached
|
||||
predicate forceStage() {
|
||||
// TODO: ensure that this stage is only evaluated if using the old data flow library
|
||||
Stages::Taint::ref()
|
||||
}
|
||||
predicate forceStage() { Stages::Taint::ref() }
|
||||
|
||||
/**
|
||||
* Holds if `pred` → `succ` should be considered a taint-propagating
|
||||
|
||||
Reference in New Issue
Block a user