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

Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
This commit is contained in:
Asger F
2021-05-10 10:08:10 +01:00
committed by GitHub
parent 0da0670a79
commit f4e636dcd6

View File

@@ -9,7 +9,7 @@ import javascript
*/
module ClassValidator {
/**
* 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.
*/
bindingset[name]
private predicate isSanitizingDecoratorName(string name) {