Skip to content

Commit 81ff4dd

Browse files
author
Dave Bartolomeo
committed
Update severity for excessive-secrets-exposure
This ensures that it will remain in the default suite.
1 parent d7259c1 commit 81ff4dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

actions/ql/src/Security/CWE-312/ExcessiveSecretsExposure.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
* @name Excessive Secrets Exposure
33
* @description All organization and repository secrets are passed to the workflow runner.
44
* @kind problem
5-
* @problem.severity recommendation
5+
* @precision high
6+
* @problem.severity warning
67
* @id actions/excessive-secrets-exposure
78
* @tags actions
89
* security

0 commit comments

Comments
 (0)