Skip to content

Commit 249104b

Browse files
committed
JS: Update comments referring to old Configuration style
Also avoid the term "analysis-specific" because it's not a term we use anywhere else.
1 parent 13ee597 commit 249104b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

javascript/ql/lib/semmle/javascript/dataflow/AdditionalFlowSteps.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
*/
3534
class AdditionalFlowStep extends Unit {
3635
/**

javascript/ql/lib/semmle/javascript/dataflow/AdditionalTaintSteps.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
*/
1817
class AdditionalTaintStep extends Unit {
1918
/**

0 commit comments

Comments
 (0)