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 a8f93ca commit 8b060c4Copy full SHA for 8b060c4
javascript/ql/lib/semmle/javascript/dataflow/AdditionalTaintSteps.qll
@@ -232,10 +232,7 @@ class LegacyTaintStep extends Unit {
232
cached
233
private module Cached {
234
235
- predicate forceStage() {
236
- // TODO: ensure that this stage is only evaluated if using the old data flow library
237
- Stages::Taint::ref()
238
- }
+ predicate forceStage() { Stages::Taint::ref() }
239
240
/**
241
* Holds if `pred` → `succ` should be considered a taint-propagating
0 commit comments