mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
update query id to the updated id
This commit is contained in:
committed by
GitHub
parent
673355df65
commit
009ba4c280
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
### New Queries
|
### New Queries
|
||||||
|
|
||||||
* The `js/actions/injection` query has been added. It highlights GitHub Actions workflows that may allow an
|
* 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.
|
attacker to execute arbitrary code in the workflow.
|
||||||
The query previously existed an experimental query.
|
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.
|
* 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.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
### New Queries
|
### New Queries
|
||||||
|
|
||||||
* The `js/actions/injection` query has been added. It highlights GitHub Actions workflows that may allow an
|
* 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.
|
attacker to execute arbitrary code in the workflow.
|
||||||
The query previously existed an experimental query.
|
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.
|
* 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