-
-
Notifications
You must be signed in to change notification settings - Fork 190
fix: Resolve potential prototype polution exploit #217
fix: Resolve potential prototype polution exploit #217
Conversation
|
|
|
Thank you |
|
Hi Team, |
|
Hello, What could be a security concern is how this new object will be handled, as you can technically create one with arbitrary properties that could be malicious. However this will be up to the applications/other-packages using this as a dependency to properly "sanitize" the query/string provided and object. |
Fixes: https://nvd.nist.gov/vuln/detail/CVE-2022-37601
Resolves:
#212