Files
codeql/javascript/ql/src/change-notes/released/0.0.9.md
2022-01-27 10:40:20 +00:00

330 B

0.0.9

New Queries

  • A new query js/samesite-none-cookie has 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-file has been added. The query detects empty passwords in configuration files. The query is not run by default.