Skip to content

fix: __proto__ pollution#4885

Merged
mcollina merged 3 commits intonodejs:mainfrom
rahulyadav5524:patch-1
Mar 12, 2026
Merged

fix: __proto__ pollution#4885
mcollina merged 3 commits intonodejs:mainfrom
rahulyadav5524:patch-1

Conversation

@rahulyadav5524
Copy link
Contributor

@rahulyadav5524 rahulyadav5524 commented Mar 12, 2026

fixes #4883

This relates to...

Rationale

Changes

Features

Bug Fixes

Breaking Changes and Deprecations

Status

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.90%. Comparing base (74495c6) to head (ae9b698).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4885      +/-   ##
==========================================
+ Coverage   92.88%   92.90%   +0.02%     
==========================================
  Files         112      112              
  Lines       35662    35665       +3     
==========================================
+ Hits        33125    33136      +11     
+ Misses       2537     2529       -8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@rahulyadav5524 rahulyadav5524 changed the title fix __proto__ pollution fix: __proto__ pollution Mar 12, 2026
Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mcollina mcollina merged commit 0d7ec33 into nodejs:main Mar 12, 2026
36 of 37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

harden against prototype polution

3 participants