Skip to content

Commit 24df548

Browse files
joefarebrotheryoff
andauthored
Review suggestion - Add link to qldoc
Co-authored-by: yoff <[email protected]>
1 parent e68ef87 commit 24df548

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/ql/lib/semmle/python/Concepts.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,6 +1223,8 @@ module Http {
12231223
/**
12241224
* A dataflow call node to a method that sets a cookie in an http response,
12251225
* and has common keyword arguments `secure`, `httponly`, and `samesite` to set the attributes of the cookie.
1226+
*
1227+
* See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie
12261228
*/
12271229
abstract class SetCookieCall extends CookieWrite::Range, DataFlow::CallCfgNode {
12281230
override predicate hasSecureFlag(boolean b) {

0 commit comments

Comments
 (0)