Skip to content

Commit 74619d4

Browse files
author
Dave Bartolomeo
committed
Update precision and severity for unpinned-tag
This ensures that it will be in `security-extended`, but not the default suite.
1 parent 81ff4dd commit 74619d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/ql/src/Security/CWE-829/UnpinnedActionsTag.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* @description Using a tag for a non-immutable Action that is not pinned to a commit can lead to executing an untrusted Action through a supply chain attack.
44
* @kind problem
55
* @security-severity 5.0
6-
* @problem.severity recommendation
7-
* @precision high
6+
* @problem.severity warning
7+
* @precision medium
88
* @id actions/unpinned-tag
99
* @tags security
1010
* actions

0 commit comments

Comments
 (0)