fix: resolve dependabot security alerts for @octokit packages#12
Closed
PrashantRaj18198 wants to merge 2 commits into
Closed
fix: resolve dependabot security alerts for @octokit packages#12PrashantRaj18198 wants to merge 2 commits into
PrashantRaj18198 wants to merge 2 commits into
Conversation
- Add yarn resolutions to force patched versions of vulnerable packages - @octokit/request-error: upgraded to ^5.1.1 (fixes CVE-2025-25289) - @octokit/plugin-paginate-rest: upgraded to ^9.2.2 (fixes CVE-2025-25288) - @octokit/request: upgraded to ^8.4.1 (fixes CVE-2025-25290) - Rebuild dist files with updated dependencies All three ReDoS vulnerabilities are now resolved.
- Added @octokit/core: ^5.2.2 to resolutions to ensure compatibility - This fixes the 'Cannot find module is-plain-object' error - All @octokit packages now use compatible versions - Reduced bundle size from 2838kB to 2497kB
Author
|
Closing since only syncs are required on forked repos. |
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.
This PR resolves 3 moderate severity dependabot security alerts related to ReDoS vulnerabilities in @octokit packages:
Fixed Vulnerabilities
Changes
All three ReDoS vulnerabilities are now resolved. The alerts will be automatically closed by GitHub once this PR is merged.
Tests
https://github.com/WarpBuilds/build-push-action/actions/runs/18462380323/job/52596592169