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.
1 parent d9e8792 commit 5df3af2Copy full SHA for 5df3af2
javascript/ql/src/Security/CWE-312/ActionsArtifactLeak.ql
@@ -108,5 +108,4 @@ where
108
upload_path.getStep() = upload
109
)
110
111
-select upload, "A secret is exposed in an artifact uploaded by $@", upload,
112
- "actions/upload-artifact"
+select upload, "A secret may be exposed in an artifact."
0 commit comments