-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
chore: annouce december security release #8402
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/nodejs-website @nodejs/web-infra Please review the changes when you have a chance. Thank you! 🙏 |
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.
Pull request overview
This PR announces an upcoming security release scheduled for Monday, December 15, 2025. It updates the website banner configuration to display a security warning and adds a new blog post detailing the vulnerabilities to be addressed across Node.js versions 25.x, 24.x, 22.x, and 20.x.
Key Changes:
- Updated website banner to announce December 15, 2025 security releases
- Created announcement blog post detailing 3 high, 1 low, and 1 medium severity issues
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| apps/site/site.json | Updated banner dates, text, and link to reference December 2025 security release |
| apps/site/pages/en/blog/vulnerability/december-2025-security-releases.md | New security announcement documenting upcoming patches for multiple Node.js release lines |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
apps/site/pages/en/blog/vulnerability/december-2025-security-releases.md
Outdated
Show resolved
Hide resolved
apps/site/pages/en/blog/vulnerability/december-2025-security-releases.md
Outdated
Show resolved
Hide resolved
apps/site/pages/en/blog/vulnerability/december-2025-security-releases.md
Outdated
Show resolved
Hide resolved
apps/site/pages/en/blog/vulnerability/december-2025-security-releases.md
Outdated
Show resolved
Hide resolved
apps/site/pages/en/blog/vulnerability/december-2025-security-releases.md
Outdated
Show resolved
Hide resolved
apps/site/pages/en/blog/vulnerability/december-2025-security-releases.md
Outdated
Show resolved
Hide resolved
📦 Build Size ComparisonSummary
Changes➕ Added Assets (1)
➖ Removed Assets (1)
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8402 +/- ##
==========================================
- Coverage 73.73% 73.68% -0.05%
==========================================
Files 107 107
Lines 9155 9155
Branches 308 309 +1
==========================================
- Hits 6750 6746 -4
- Misses 2403 2407 +4
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Copilot <[email protected]> Signed-off-by: Marco Ippolito <[email protected]>
Description
Validation
Related Issues
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.