Skip to content

[BUG] NPM vulnerabilities #86

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

Closed
ofirrifo opened this issue May 9, 2021 · 4 comments
Closed

[BUG] NPM vulnerabilities #86

ofirrifo opened this issue May 9, 2021 · 4 comments

Comments

@ofirrifo
Copy link

ofirrifo commented May 9, 2021

I start to get vulnerabilities for this package.
I try to run the npm update hosted-git-info --depth 13 but is say ->
not updating hosted-git-info because it's currently at the maximum version that matches its specified semver range

Run npm update hosted-git-info --depth 13 to resolve 104 vulnerabilities

┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Moderate │ Regular Expression Denial of Service │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ hosted-git-info │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ stylelint │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ stylelint > meow > read-pkg-up > read-pkg > │
│ │ normalize-package-data > hosted-git-info │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://npmjs.com/advisories/1677
└───────────────┴──────────────────────────────────────────────────────────────┘

@ofirrifo ofirrifo changed the title [BUG] <title> [BUG] NPM vulnerabilities May 9, 2021
@bobvandevijver
Copy link

See #85, the vulnerability database has just been updated.

@ofirrifo
Copy link
Author

@bobvandevijver
I executed the npm update hosted-git-info --depth 13
and then I execute npm audit and I still get the vulnerabilities for hosted-git-info

@bobvandevijver
Copy link

Than you have probably have a constraint somewhere as version 2, 3 and 4 have patches. You should create an issue at the package that still requires version 1.

@wraithgar
Copy link
Member

The latest version of this module has no current audit warnings

$ npm audit --omit=dev
found 0 vulnerabilities

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