Skip to content

Commit 46b2015

Browse files
committed
JS: fix an outdated comment
1 parent 03b4791 commit 46b2015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/dataflow/TaintTracking.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ module TaintTracking {
130130
* configurations it is used in.
131131
*
132132
* Note: For performance reasons, all subclasses of this class should be part
133-
* of the standard library. Override `Configuration::isTaintSanitizerGuard`
133+
* of the standard library. Override `Configuration::isSanitizer`
134134
* for analysis-specific taint steps.
135135
*/
136136
abstract class AdditionalSanitizerGuardNode extends SanitizerGuardNode {

0 commit comments

Comments
 (0)