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
Open Issue Reported on:2 months ago Affected Component:object-path (npm) dependency in DIDFrontend/package-lock.json
Problem Description
Dependabot is unable to update object-path to a secure, non-vulnerable version due to dependency conflicts.
Vulnerability: object-path is vulnerable to Prototype Pollution (CWE-1321).
The del() function in the library does not validate which Object properties it deletes, allowing attackers to modify the prototype of Object. This can result in the modification of default properties like toString on all objects.
Affected Versions:
Package: object-path
Vulnerable Versions: < 0.11.8
Fixed Version: 0.11.8
Conflict Details:
The latest possible version that can be installed is 0.6.0.
Prototype Pollution in object-path #3
Open Issue
Reported on: 2 months ago
Affected Component:
object-path
(npm) dependency inDIDFrontend/package-lock.json
Problem Description
Dependabot is unable to update
object-path
to a secure, non-vulnerable version due to dependency conflicts.Vulnerability:
object-path
is vulnerable to Prototype Pollution (CWE-1321).The
del()
function in the library does not validate which Object properties it deletes, allowing attackers to modify the prototype ofObject
. This can result in the modification of default properties liketoString
on all objects.Affected Versions:
object-path
< 0.11.8
0.11.8
Conflict Details:
0.6.0
.[email protected]
explicitly requires[email protected]
.References:
Issue Tracking
This issue affects the DID-Django repository and any applications relying on
object-path
indirectly viasort-by
.Priority: High
Status: Open
Assigned To: (Add assignee if applicable)
Milestone: (Add milestone if applicable)
The text was updated successfully, but these errors were encountered: