You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@johnbillion thanks for the report. Looks like in order to fix this we will need to make improvements to the matching logic. As when we see “v4” we currently expand it to “v4.0.0” which matches in the vulnerable range. I think we will have to have an exclusion mechanism to allow those exact match on mutable tags.
We don’t have so much bandwidth to fix in next 2 weeks. If you’d like to contribute a PR we’ll be happy to review. Otherwise hopefully we can get that before Christmas.
Describe the bug
I'm getting the following error for a workflow that uses
actions/download-artifact@v4
:Reading GHSA-cxww-7g56-2vh6 for
actions/download-artifact
, the description says:To Reproduce
actions/download-artifact@v4
Expected behavior
Using
@v4
should be considered "safe" as far as this rule is concerned. Whether or not it should use a pinned sha hash is a separate concern.Screenshots
The text was updated successfully, but these errors were encountered: