Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
When a package has multiple known vulnerabilities that match the version of the package installed, npm audit
does not always show them (I currently suspect it's if those vulnerabilities have the same vulnerable_versions
range).
Expected Behavior
All known & relevant vulnerabilities are shown/included in output.
Steps To Reproduce
npm init -y
npm install [email protected]
npm audit
- See that there is only one vulnerability shown, but there are three in the audit report that have the same
vulnerable_versions
range.
Environment
- npm: 7.24.2 & 8.3.0
- Node: 16.0.0
- OS: Ubuntu 18.04
- platform: Windows (WSL)