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
7676private import AdditionalFlowSteps
7777
7878/**
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
7984 * A data flow tracking configuration for finding inter-procedural paths from
8085 * sources to sinks.
8186 *
Original file line number Diff line number Diff line change @@ -27,6 +27,13 @@ module TaintTracking {
2727 import AdditionalTaintSteps
2828
2929 /**
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
3037 * A data flow tracking configuration that considers taint propagation through
3138 * objects, arrays, promises and strings in addition to standard data flow.
3239 *
You can’t perform that action at this time.
0 commit comments