Files
codeql/javascript/ql/src/change-notes/released/0.1.3.md
2022-05-25 10:55:33 +02:00

435 B

0.1.3

New Queries

  • The js/actions/command-injection query has been added. It highlights GitHub Actions workflows that may allow an attacker to execute arbitrary code in the workflow. The query previously existed an experimental query.
  • A new query js/insecure-temporary-file has been added. The query detects the creation of temporary files that may be accessible by others users. The query is not run by default.