mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +01:00
Release preparation for version 2.9.3
This commit is contained in:
8
javascript/ql/src/change-notes/released/0.1.3.md
Normal file
8
javascript/ql/src/change-notes/released/0.1.3.md
Normal file
@@ -0,0 +1,8 @@
|
||||
## 0.1.3
|
||||
|
||||
### New Queries
|
||||
|
||||
* The `js/actions/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.
|
||||
Reference in New Issue
Block a user