WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(examples) : next.js update for CVE-2025-66478 (#10876)
## Background
https://nextjs.org/blog/CVE-2025-66478
Since some of the examples currently fall within the scope of the
critical RCE vulnerability in React Server Components (CVE-2025-66478),
so I’d like to update this template as well to ensure it can be used
safely. I’d appreciate your consideration of this update.
## Summary
There are no functional changes.
In the `examples` folder, the Next.js version is updated from `15.5.4`
to `15.5.7`.
In the root `package.json`, the Next.js version is updated from
`15.0.0-canary.23` to `15.0.5`.
## Manual Verification
I tried several samples in `examples/next-openai` and confirmed that
they work without any issues.
0 commit comments