mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Release preparation for version 2.23.4
This commit is contained in:
5
python/ql/src/change-notes/released/1.6.8.md
Normal file
5
python/ql/src/change-notes/released/1.6.8.md
Normal file
@@ -0,0 +1,5 @@
|
||||
## 1.6.8
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
* 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`. These queries also now only alert for cases in which the cookie is detected to contain sensitive data.
|
||||
Reference in New Issue
Block a user