security: patch React2Shell (CVE-2025-55182)#68
Closed
Victor1890 wants to merge 1 commit intofrectonz:mainfrom
Closed
security: patch React2Shell (CVE-2025-55182)#68Victor1890 wants to merge 1 commit intofrectonz:mainfrom
Victor1890 wants to merge 1 commit intofrectonz:mainfrom
Conversation
Owner
|
This is not really a problem for this project. react2shell only affects react server projects. The react code in this project is a SPA so this change is not needed. |
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.
🛡️ Patching React2Shell (CVE-2025-55182)
Time for a security bump! This PR patches the React2Shell vulnerability (CVE-2025-55182) by updating our UI dependencies. It’s a critical fix to keep our environment safe from potential remote exploits.
What’s changing?
19.2.3(The magic version that kills the bug).@types/reactto19.2.7so TypeScript stays happy and doesn't throw a fit.How to test
node_modules(or justnpm install).npm run dev.Quick Note
Keeping things secure is a top priority, and moving to React 19 also gives us a nice stability boost. Let’s get this merged so we can stop worrying about CVEs for at least... five minutes. ☕