-
Notifications
You must be signed in to change notification settings - Fork 0
Fix React Server Components CVE vulnerabilities #103
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
Open
vercel
wants to merge
37
commits into
develop
Choose a base branch
from
vercel/react-server-components-cve-vu-7by1is
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Merge : 테스트용 머지
Merge : 환경 변수
Merge : 제니퍼 프론트엔드
Merge : 비밀번호 수정 로직 개선
Merge : API 이슈 수정
Merge : react query 전환
Merge : dnd-kit 수정
Merge : 모바일 DND 지원 시도
Merge : 모바일 스크롤 드래그 이슈 해결
Merge : 크롤링 프로세스 구축
Merge : MetaData 수정
Hotfix : 로그인 없이도 이용하게 수정
Merge : 분석 툴
Merge : ver.1.2.0
버전 1.3.0 배포
Hotfix : await checkAuth 이슈 해결
버전 1.4.0 배포
Chore : 트래킹 스크립트 수정
리다이렉팅 테스트 빌드
리다이렉팅 환경변수 수정 테스트
GA 스크립트 수정
SEO 개선 배포
debounce 적용, Readme 수정
Merge : 로고 교체
로고 불러오기 수정
Ver 1.5.0
Feat : DB 업데이트 및 네이버 검색 엔진 추가
Merge : search 페이지 이벤트 이슈 수정, 쿼리키 수정
Merge : 버전 1.6.0
Merge : git action 수정 merge
Merge : 버전 1.7.0
Merge : 버전 1.8.0
Merge : auth 범위 추가 (/recent)
Merge : API 이슈 수정 확인 배포
Merge : 버전 1.8.1
Updated dependencies to fix Next.js and React CVE vulnerabilities. The fix-react2shell-next tool automatically updated the following packages to their secure versions: - next - react-server-dom-webpack - react-server-dom-parcel - react-server-dom-turbopack All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory. Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
Author
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Important
This is an automatic PR generated by Vercel to help you with patching efforts. We can't guarantee it's comprehensive, and it may contain mistakes. Please review our guidance before merging these changes.
A critical remote code execution (RCE) vulnerability in React Server Components, impacting frameworks such as Next.js, was identified in the project singcode. The vulnerability enables unauthenticated RCE on the server via insecure deserialization in the React Flight protocol.
This issue is tracked under:
This automated pull request upgrades the affected React and Next.js packages to patched versions that fully remediate the issue.
More Info | security@vercel.com