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

Vulnerability in sub-dependency path-parse #1356

Closed
naveTransmit opened this issue May 10, 2021 · 0 comments
Closed

Vulnerability in sub-dependency path-parse #1356

naveTransmit opened this issue May 10, 2021 · 0 comments
Labels
bug Something isn't working community core
Milestone

Comments

@naveTransmit
Copy link

npm audit fails due to a vulnerability:
Path dd-trace > require-in-the-middle > resolve > path-parse

vulnerability description:
All versions of package path-parse are vulnerable to Regular Expression Denial of Service (ReDoS) via splitDeviceRe, splitTailRe, and splitPathRe regular expressions. ReDoS exhibits polynomial worst-case time complexity.

links:
jbgutierrez/path-parse#8
https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1279028

CVE:
https://nvd.nist.gov/vuln/detail/CVE-2021-23343

  • Operation system: macOs Big Sur
  • Node version: 12.20.1
  • Tracer version: 0.33.1
@naveTransmit naveTransmit added the bug Something isn't working label May 10, 2021
@rochdev rochdev added this to the 0.33.2 milestone May 10, 2021
@rochdev rochdev closed this as completed May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working community core
Projects
None yet
Development

No branches or pull requests

2 participants