We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d6c40 commit 4eab3afCopy full SHA for 4eab3af
actions/ql/src/Security/CWE-798/NpmTokenInPublish.ql
@@ -1,6 +1,6 @@
1
/**
2
* @name Long-lived npm token used in publish step
3
- * @description The publish step sets NODE_AUTH_TOKEN or NPM_TOKEN from a repository secret.
+ * @description The publish step sets NODE_AUTH_TOKEN or NPM_TOKEN from a GitHub Actions secret.
4
* This is a long-lived credential that can be stolen and used to publish malicious
5
* versions from outside the CI/CD pipeline.
6
* @kind problem
0 commit comments