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 c276406 commit ab1947aCopy full SHA for ab1947a
javascript/ql/src/semmle/javascript/dataflow/TaintTracking.qll
@@ -223,6 +223,9 @@ module TaintTracking {
223
* allows some data-flow configurations to opt in to specific kinds of taint steps.
224
*/
225
class SharedTaintStep extends Unit {
226
+ // Each step relation in this class should have a cached version in the `Cached` module
227
+ // and be included in the `sharedTaintStep` predicate.
228
+
229
/**
230
* Holds if `pred` → `succ` should be considered a taint-propagating
231
* data flow edge.
0 commit comments