mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Review suggestion - Add link to qldoc
Co-authored-by: yoff <lerchedahl@gmail.com>
This commit is contained in:
@@ -1223,6 +1223,8 @@ module Http {
|
||||
/**
|
||||
* A dataflow call node to a method that sets a cookie in an http response,
|
||||
* and has common keyword arguments `secure`, `httponly`, and `samesite` to set the attributes of the cookie.
|
||||
*
|
||||
* See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie
|
||||
*/
|
||||
abstract class SetCookieCall extends CookieWrite::Range, DataFlow::CallCfgNode {
|
||||
override predicate hasSecureFlag(boolean b) {
|
||||
|
||||
Reference in New Issue
Block a user