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
Prototype Pollution
defaults-deep is vulnerable to prototype pollution. Properties of the Object prototype can be added or modified via JSON.parse, causing a denial of service condition or possibly remote code execution depending on the application.
The text was updated successfully, but these errors were encountered:
Prototype Pollution
defaults-deep is vulnerable to prototype pollution. Properties of the
Object
prototype can be added or modified viaJSON.parse
, causing a denial of service condition or possibly remote code execution depending on the application.The text was updated successfully, but these errors were encountered: