-
Notifications
You must be signed in to change notification settings - Fork 3.5k
fix(rsc): require minimal versions for RSC to address CVE-2025-55182 #10833
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| }, | ||
| "peerDependencies": { | ||
| "react": "^18 || ^19 || ^19.0.0-rc", | ||
| "react": "^18 || ~19.0.1 || ~19.1.2 || ^19.2.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since the CVE is only related to server components, I don't think we need to update the peer dependency version range in the react package, rsc should suffice.
| "zod": "3.25.76" | ||
| }, | ||
| "peerDependencies": { | ||
| "react": "^18 || ^19 || ^19.0.0-rc", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it makes sense to drop support for 19-rc in ai v6. We can keep supporting it in v5 though
|
|
…025-55182 (#10836) This is an automated backport of #10833 to the release-v5.0 branch. --------- Co-authored-by: Gregor Martynus <[email protected]>
https://react.dev/blog/2025/12/03/critical-security-vulnerability-in-react-server-components