Skip to content

Commit 5df3af2

Browse files
author
Alvaro Muñoz
committed
Fix alert message
1 parent d9e8792 commit 5df3af2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

javascript/ql/src/Security/CWE-312/ActionsArtifactLeak.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,4 @@ where
108108
upload_path.getStep() = upload
109109
)
110110
)
111-
select upload, "A secret is exposed in an artifact uploaded by $@", upload,
112-
"actions/upload-artifact"
111+
select upload, "A secret may be exposed in an artifact."

0 commit comments

Comments
 (0)