Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CodeQL_Queries/actions/pull_request_target.ql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @description Workflows triggered on `pull_request_target` have read/write tokens for the base repository and the access to secrets.
* By explicitly checking out and running the build script from a fork the untrusted code is running in an environment
* that is able to push to the base repository and to access secrets.
* @id java/actions/pull_request_target
* @id javascript/actions/pull_request_target
* @kind problem
* @problem.severity warning
*/
Expand Down
2 changes: 1 addition & 1 deletion CodeQL_Queries/actions/script_injections.ql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @name Command injection from user-controlled Actions context
* @description Using user-controlled GitHub Actions contexts in a command line may allow a malicious
* user to change the meaning of the command.
* @id java/actions/command-injection
* @id javascript/actions/command-injection
* @kind problem
* @problem.severity error
*/
Expand Down