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
I have identified a security vulnerability in one of the dependencies used by user-agents v1.0.1444. The dependency underscore-keypath is vulnerable to Prototype Pollution, as described in CVE-2023-26139.
Impact: Prototype Pollution can allow an attacker to inject arbitrary properties into existing objects. This can lead to various types of security vulnerabilities such as bypassing security checks or potentially unauthorized execution of code.
Steps to Reproduce
Install the user-agents package using npm with the version v1.0.1444.
Run npm audit in the project directory.
Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered:
Description
I have identified a security vulnerability in one of the dependencies used by
user-agents
v1.0.1444. The dependencyunderscore-keypath
is vulnerable to Prototype Pollution, as described in CVE-2023-26139.Details
user-agents
v1.0.1444Steps to Reproduce
user-agents
package using npm with the version v1.0.1444.npm audit
in the project directory.Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered: