mirror of
https://github.com/github/codeql.git
synced 2026-06-29 08:37:04 +02:00
435 B
435 B
0.1.3
New Queries
- The
js/actions/command-injectionquery 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-filehas been added. The query detects the creation of temporary files that may be accessible by others users. The query is not run by default.