mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Add changenote
This commit is contained in:
4
python/ql/src/change-notes/2025-09-19-insecure-cookie.md
Normal file
4
python/ql/src/change-notes/2025-09-19-insecure-cookie.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* The `py/insecure-cookie` query has been split into multiple queries; with `py/insecure-cookie` checking for cases in which `Secure` flag is not set, `py/client-exposed-cookie` checking for cases in which the `HttpOnly` flag is not set, and the `py/samesite-none` query checking for cases in which the `SameSite` attribute is set to `None`.
|
||||
Reference in New Issue
Block a user