mirror of
https://github.com/github/codeql.git
synced 2026-02-17 07:23:42 +01:00
330 B
330 B
0.0.9
New Queries
- A new query
js/samesite-none-cookiehas been added. The query detects when the SameSite attribute is set to None on a sensitive cookie. - A new query
js/empty-password-in-configuration-filehas been added. The query detects empty passwords in configuration files. The query is not run by default.