Split test cases for insecure cookie queries

This commit is contained in:
Joe Farebrother
2025-09-19 14:41:02 +01:00
parent 04316d306f
commit 2e95c2b3c2
10 changed files with 68 additions and 22 deletions

View File

@@ -3,7 +3,7 @@
* @description Cookies with `SameSite` set to `None` can allow for Cross-Site Request Forgery (CSRF) attacks.
* @kind problem
* @problem.severity warning
* @security-severity 5.0
* @security-severity 3.5
* @precision high
* @id py/samesite-none-cookie
* @tags security