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
The code is vulnerable to prototype pollution, because it allows patching __proto__. This can be escalated to remote code execution if user-supplied input is passed as the patch list:
The code is vulnerable to prototype pollution, because it allows patching
__proto__
. This can be escalated to remote code execution if user-supplied input is passed as the patch list:In order to prevent this, I would adivse filtering out any changes to
__proto__
.The text was updated successfully, but these errors were encountered: