We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68ef87 commit 24df548Copy full SHA for 24df548
python/ql/lib/semmle/python/Concepts.qll
@@ -1223,6 +1223,8 @@ module Http {
1223
/**
1224
* A dataflow call node to a method that sets a cookie in an http response,
1225
* 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
1228
*/
1229
abstract class SetCookieCall extends CookieWrite::Range, DataFlow::CallCfgNode {
1230
override predicate hasSecureFlag(boolean b) {
0 commit comments