We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
excessive-secrets-exposure
1 parent d7259c1 commit 81ff4ddCopy full SHA for 81ff4dd
actions/ql/src/Security/CWE-312/ExcessiveSecretsExposure.ql
@@ -2,7 +2,8 @@
2
* @name Excessive Secrets Exposure
3
* @description All organization and repository secrets are passed to the workflow runner.
4
* @kind problem
5
- * @problem.severity recommendation
+ * @precision high
6
+ * @problem.severity warning
7
* @id actions/excessive-secrets-exposure
8
* @tags actions
9
* security
0 commit comments