Skip to content

Commit 4eab3af

Browse files
david-wiggsCopilot
andauthored
Update actions/ql/src/Security/CWE-798/NpmTokenInPublish.ql
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f5d6c40 commit 4eab3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/ql/src/Security/CWE-798/NpmTokenInPublish.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @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.
3+
* @description The publish step sets NODE_AUTH_TOKEN or NPM_TOKEN from a GitHub Actions secret.
44
* This is a long-lived credential that can be stolen and used to publish malicious
55
* versions from outside the CI/CD pipeline.
66
* @kind problem

0 commit comments

Comments
 (0)