Closed spicemix closed 3 years ago
package.json
npm-audit complains about vulnerabilities in the hosted-git-info dependency of metascraper-media-provider
npm-audit
hosted-git-info
metascraper-media-provider
npm i metascraper-media-provider --save npm audit
Should pass audit cleanly
=== npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review │ │ Some vulnerabilities require your attention to resolve │ │ │ │ Visit https://go.npm.me/audit-guide for additional guidance │ └──────────────────────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Moderate │ Regular Expression Deinal of Service │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ hosted-git-info │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=3.0.8 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ metascraper-media-provider │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ metascraper-media-provider > youtube-dl-exec > │ │ │ bin-version-check-cli > meow > read-pkg-up > read-pkg > │ │ │ normalize-package-data > hosted-git-info │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/1677 │ └───────────────┴──────────────────────────────────────────────────────────────┘
Hello,
hosted-git-info is not a dependency directly used in this project.
Open the issue in https://github.com/npm/normalize-package-data instead 🙂
Prerequisites
package.json
.Subject of the issue
npm-audit
complains about vulnerabilities in thehosted-git-info
dependency ofmetascraper-media-provider
Steps to reproduce
Expected behaviour
Should pass audit cleanly
Actual behaviour