mirror of
https://github.com/github/codeql.git
synced 2026-04-04 22:58:16 +02:00
301 B
301 B
1.2.0
New Queries
- The
py/cookie-injectionquery, originally contributed to the experimental query pack by @jorgectf, has been promoted to the main query pack. This query finds instances of cookies being set without theSecure,HttpOnly, orSameSiteattributes set to secure values.