Skip to content

Commit f4e636d

Browse files
asgerfesbena
andauthored
Update javascript/ql/src/semmle/javascript/frameworks/ClassValidator.qll
Co-authored-by: Esben Sparre Andreasen <[email protected]>
1 parent 0da0670 commit f4e636d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/frameworks/ClassValidator.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import javascript
99
*/
1010
module ClassValidator {
1111
/**
12-
* Holds if the decorator with the given name does not sanitize the input, for the purpose of taint tracking.
12+
* Holds if the decorator with the given name sanitizes the input, for the purpose of taint tracking.
1313
*/
1414
bindingset[name]
1515
private predicate isSanitizingDecoratorName(string name) {

0 commit comments

Comments
 (0)