We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da0670 commit f4e636dCopy full SHA for f4e636d
javascript/ql/src/semmle/javascript/frameworks/ClassValidator.qll
@@ -9,7 +9,7 @@ import javascript
9
*/
10
module ClassValidator {
11
/**
12
- * Holds if the decorator with the given name does not sanitize the input, for the purpose of taint tracking.
+ * Holds if the decorator with the given name sanitizes the input, for the purpose of taint tracking.
13
14
bindingset[name]
15
private predicate isSanitizingDecoratorName(string name) {
0 commit comments