fix: update actions toolkit to resolve undici CVEs#24
Open
dannyneira wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Oz <oz-agent@warp.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@actions/http-clientconsumers resolve to the patchedundici@6.26.0line.@actions/github, which was also pulling vulnerableundici@5.xinto the runtime bundle.dist/index.jsanddist/index.js.mapwith the updated dependency graph.Dependabot alerts resolved
Dependency details
undiciis a transitive runtime dependency inpackage-lock.json.node_modules/@actions/http-client/node_modules/undici@6.26.0, satisfying the patched>=6.24.0target for this alert batch.resolutions/overridesworkaround was needed.Verification
npm audit --jsonfiltered forundiciand the selected CVEs returns[].npm run buildnpm run lintnpm testConversation: https://staging.warp.dev/conversation/77b0d27d-e6df-41c2-9142-8ec405621b43
Run: https://oz.staging.warp.dev/runs/019e799d-2d61-71d3-861b-d5d1be56704e
This PR was generated with Oz.