Add changenote

This commit is contained in:
Joe Farebrother
2025-09-19 15:11:02 +01:00
parent 2e95c2b3c2
commit a9a258e743

View 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`.