fix: patch next up to latest patch for 14 major to address vulnerability#510
Merged
ngundotra merged 1 commit intosolana-foundation:masterfrom Mar 24, 2025
Merged
Conversation
|
@rogaldh is attempting to deploy a commit to the Solana Foundation Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
There was a problem hiding this comment.
👍 Looks good to me! Reviewed everything up to 9087ad3 in 34 seconds
More details
- Looked at
13lines of code in1files - Skipped
1files when reviewing. - Skipped posting
3drafted comments based on config settings.
1. package.json:56
- Draft comment:
Ensure that the bumped 'next' version (14.2.25) indeed includes the patch for the reported vulnerability CVE-2025-29927. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%
This comment is asking the PR author to ensure that a specific version of a dependency includes a patch for a vulnerability. This falls under the category of asking the author to double-check something, which is against the rules.
2. package.json:56
- Draft comment:
Check compatibility of related packages (e.g., eslint-config-next) with next 14.2.25 to avoid potential issues. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%
This comment is asking the PR author to check compatibility of related packages, which falls under the rule of not asking the author to ensure compatibility or to double-check things. It does not provide a specific suggestion or point out a specific issue.
3. package.json:56
- Draft comment:
Bump next from 14.2.21 to 14.2.25 addresses the CVE. Please verify that this patch fully resolves the vulnerability and consider aligning related packages (e.g., eslint-config-next) if needed. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%
The comment is related to a dependency change, specifically a version bump for the 'next' package. It asks the PR author to verify that the patch resolves a vulnerability and to consider aligning related packages. This violates the rule against commenting on dependency changes and asking for verification of intentions.
Workflow ID: wflow_ATA5OTTEbj7oNYBG
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.
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.
Description
Bump nextjs version to address vulnerability.
Type of change
Related Issues
Issue.
Checklist
Important
Update
nextversion inpackage.jsonto14.2.25to fix CVE-2025-29927 vulnerability.nextversion from14.2.21to14.2.25inpackage.jsonto address CVE-2025-29927 vulnerability.This description was created by
for 9087ad3. It will automatically update as commits are pushed.