File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
javascript/ql/lib/semmle/javascript/dataflow Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ private import semmle.javascript.internal.CachedStages
2929 * This class is a singleton, and thus subclasses do not need to specify a characteristic predicate.
3030 *
3131 * Note: For performance reasons, all subclasses of this class should be part
32- * of the standard library. Override `Configuration::isAdditionalFlowStep`
33- * for analysis-specific flow steps.
32+ * of the standard library. Use `isAdditionalFlowStep` for query-specific flow steps.
3433 */
3534class AdditionalFlowStep extends Unit {
3635 /**
Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ private import semmle.javascript.internal.CachedStages
1212 * This class is a singleton, and thus subclasses do not need to specify a characteristic predicate.
1313 *
1414 * Note: For performance reasons, all subclasses of this class should be part
15- * of the standard library. Override `Configuration::isAdditionalTaintStep`
16- * for analysis-specific taint steps.
15+ * of the standard library. Use `isAdditionalFlowStep` for query-specific taint steps.
1716 */
1817class AdditionalTaintStep extends Unit {
1918 /**
You can’t perform that action at this time.
0 commit comments