Is there an existing issue for this?
Current Behavior
I have CI pipeline that checks regularly for security issues in the npm packages. For example, it reports about https://www.npmjs.com/advisories/1745.
I do have the infected package in my local machine:

Although in the local machine it doesn't see any high severity vulnerabilities:

And not finding the 1745 issue at all...
Expected Behavior
All security issues (especially high severity vulnerabilities) should appear immediately!
Steps To Reproduce
- Create a CRA new project
- Run
npm audit
- You will not see this high severity vulnerability
Environment
- OS: Windows 10
- Node: 15.12.0
- npm: 7.10.0
Is there an existing issue for this?
Current Behavior
I have CI pipeline that checks regularly for security issues in the npm packages. For example, it reports about https://www.npmjs.com/advisories/1745.
I do have the infected package in my local machine:

Although in the local machine it doesn't see any high severity vulnerabilities:

And not finding the 1745 issue at all...
Expected Behavior
All security issues (especially high severity vulnerabilities) should appear immediately!
Steps To Reproduce
npm auditEnvironment