mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Update javascript/ql/src/experimental/Security/CWE-614/InsecureCookie.qll
Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
This commit is contained in:
committed by
GitHub
parent
8dee3da4fe
commit
67fccac8a9
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user