Skip to content

Commit d7259c1

Browse files
author
Dave Bartolomeo
committed
Add security tag for missing-actions-permissions
This ensures that it will remain in the default suite.
1 parent 909de52 commit d7259c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

actions/ql/src/Security/CWE-275/MissingActionsPermissions.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
* @description Workflows should contain permissions to provide a clear understanding has permissions to run the workflow.
44
* @kind problem
55
* @security-severity 5.0
6-
* @problem.severity recommendation
6+
* @problem.severity warning
77
* @precision high
88
* @id actions/missing-workflow-permissions
99
* @tags actions
1010
* maintainability
11+
* security
1112
* external/cwe/cwe-275
1213
*/
1314

0 commit comments

Comments
 (0)