You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: javascript/ql/src/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
### New Queries
4
4
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
6
6
attacker to execute arbitrary code in the workflow.
7
7
The query previously existed an experimental query.
8
8
* 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.
Copy file name to clipboardExpand all lines: javascript/ql/src/change-notes/released/0.1.3.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
### New Queries
4
4
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
6
6
attacker to execute arbitrary code in the workflow.
7
7
The query previously existed an experimental query.
8
8
* 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