Security Audit & Remediation: GitHub Actions#3192
Open
inlined wants to merge 2 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates several dependency versions in the .github/actions/send-email/package-lock.json file, including upgrading form-data to 4.0.6, hasown to 2.0.4, and undici to 6.27.0. No review comments were provided, and there is no feedback to address.
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.
Security Audit & Remediation: GitHub Actions
A. Previous CVEs
form-dataviasend-emailaction (Severity: High)undiciviasend-emailaction (Severity: High)undiciviasend-emailaction (Severity: High)B. Changes Made
form-dataandundiciare transitive dependencies required bymailgun.js(^13.1.0). The existing version range required bymailgun.jsalready allows patched versions, sopackage.jsondid not require modifications. Runningnpm audit fixupdated the locked transitive resolutions in.github/actions/send-email/package-lock.json.npm run pack(ncc build) to recompile the patched transitive dependencies into the bundled runtime file.github/actions/send-email/dist/index.jsexecuted by GitHub Actions.C. Remaining CVEs
.githubunit scope (npm auditin.github/actions/send-emailreports 0 vulnerabilities).D. Introduced CVEs
E. Testing Strategy
npm audit).