Update javascript/ql/src/experimental/Security/CWE-614/InsecureCookie.qll

Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
This commit is contained in:
Alessio Della Libera
2020-08-16 14:13:03 +02:00
committed by GitHub
parent 8dee3da4fe
commit 67fccac8a9

View File

@@ -16,7 +16,7 @@ module InsecureCookie {
*/
abstract class InsecureCookies extends DataFlow::Node {
/**
* The name of the middleware/library used to set the cookie.
* Gets the name of the middleware/library used to set the cookie.
*/
abstract string getKind();