File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
javascript/ql/lib/semmle/javascript/dataflow Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,11 @@ private import semmle.javascript.internal.CachedStages
76
76
private import AdditionalFlowSteps
77
77
78
78
/**
79
+ * DEPRECATED.
80
+ * Subclasses of this class should be replaced by a module implementing the new `ConfigSig` or `StateConfigSig` interface.
81
+ * See the [migration guide](https://codeql.github.com/docs/codeql-language-guides/migrating-javascript-dataflow-queries) for more details.
82
+ *
83
+ * #### Legacy documentation
79
84
* A data flow tracking configuration for finding inter-procedural paths from
80
85
* sources to sinks.
81
86
*
Original file line number Diff line number Diff line change @@ -27,6 +27,13 @@ module TaintTracking {
27
27
import AdditionalTaintSteps
28
28
29
29
/**
30
+ * DEPRECATED.
31
+ * Subclasses of this class should be replaced by a module implementing the new `ConfigSig` or `StateConfigSig` interface.
32
+ * See the [migration guide](https://codeql.github.com/docs/codeql-language-guides/migrating-javascript-dataflow-queries) for more details.
33
+ *
34
+ * When migrating a `TaintTracking::Configuration` to `DataFlow::ConfigSig`, use `TaintTracking::Global<...>` instead of `DataFlow::Global<...>`.
35
+ *
36
+ * #### Legacy documentation
30
37
* A data flow tracking configuration that considers taint propagation through
31
38
* objects, arrays, promises and strings in addition to standard data flow.
32
39
*
You can’t perform that action at this time.
0 commit comments