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

glob-parent >=5.1.2 introduces a DOS issue #697

Closed
reporter123 opened this issue Oct 27, 2021 · 2 comments
Closed

glob-parent >=5.1.2 introduces a DOS issue #697

reporter123 opened this issue Oct 27, 2021 · 2 comments

Comments

@reporter123
Copy link

reporter123 commented Oct 27, 2021

The fallowing is yarns audit report for HTMLHint:


┌───────────────┬──────────────────────────────────────────────────────────────┐
│ high          │ Regular expression denial of service                         │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ glob-parent                                                  │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=5.1.2                                                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ htmlhint                                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ htmlhint > parse-glob > glob-base > glob-parent              │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://www.npmjs.com/advisories/1002627                     │
└───────────────┴──────────────────────────────────────────────────────────────┘

1 vulnerabilities found - Packages audited: 40

After investigating I found the both parse-glob and glob-base are dead projects which have seen no commits in 7 years. glob-parent itself has been updated to fix this issue.

@stuartbale
Copy link

This is the same as the issue reported here:
#664

@nschonni
Copy link
Contributor

Closing it as a duplicate, but I'll rename the other one to make it clearer

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

3 participants