mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Update javascript/ql/src/semmle/javascript/frameworks/ClassValidator.qll
Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user