Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security Vulnerabilities Found During npm Install #4

Open
gulliet opened this issue Dec 18, 2024 · 0 comments
Open

Security Vulnerabilities Found During npm Install #4

gulliet opened this issue Dec 18, 2024 · 0 comments

Comments

@gulliet
Copy link

gulliet commented Dec 18, 2024

Security Vulnerabilities Found During npm Install

Description

While installing the required JavaScript packages using npm install, several security warnings were encountered. These warnings include deprecated packages and vulnerabilities with varying severity levels. Below are the details of the vulnerabilities:

  • braces: Uncontrolled resource consumption (Severity: High)
  • cross-spawn: Regular Expression Denial of Service (ReDoS) (Severity: High)
  • micromatch: Regular Expression Denial of Service (ReDoS) (Severity: Moderate)
  • ws: Denial of Service (DoS) when handling a request with many HTTP headers (Severity: High)

To address these issues, it is recommended to run npm audit fix. Further details can be found by running npm audit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant