Skip to content

Commit 009ba4c

Browse files
authored
update query id to the updated id
1 parent 673355d commit 009ba4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javascript/ql/src/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### New Queries
44

5-
* The `js/actions/injection` query has been added. It highlights GitHub Actions workflows that may allow an
5+
* The `js/actions/command-injection` query has been added. It highlights GitHub Actions workflows that may allow an
66
attacker to execute arbitrary code in the workflow.
77
The query previously existed an experimental query.
88
* 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.

javascript/ql/src/change-notes/released/0.1.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### New Queries
44

5-
* The `js/actions/injection` query has been added. It highlights GitHub Actions workflows that may allow an
5+
* The `js/actions/command-injection` query has been added. It highlights GitHub Actions workflows that may allow an
66
attacker to execute arbitrary code in the workflow.
77
The query previously existed an experimental query.
88
* 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.

0 commit comments

Comments
 (0)