You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package should not have any known vulnerabilities, especially no with Base Score: CRITICAL (9.8).
GitHub Repo
No response
Steps to Reproduce
Have an nx workspace where the following dependency is present in the package.json: "@nx/webpack": "18.0.7"
Perform a OWASP dependency check vulnerability scan.
Inspect the report of the scan --> The project contains known vulnerabilities in sub dependencies. With the help of npm ls I could see where the vulnerable package came from:
username@pc-name % npm ls opener
@app/[email protected]
└─┬ @nx/[email protected]
└─┬ [email protected]
└── [email protected]
Is there actually a vulnerability here? The CVE linked mentions the "EIP Stack Group OpENer" project, specifically this commit: EIPStackGroup/OpENer@58ee13c.
This has nothing to do with the opener npm package, and might be a mistake by the scanner. If you run npm audit on projects using @nx/webpack you won't see any mentions of opener.
Current Behavior
The OWASP dependency check tool reports a known vulnerability in the @nx/[email protected] package.
Vuln: CVE-2022-43604.
There is an issue on the http-server project side: http-party/http-server#860 which is still open.
Expected Behavior
The package should not have any known vulnerabilities, especially no with Base Score: CRITICAL (9.8).
GitHub Repo
No response
Steps to Reproduce
username@pc-name % npm ls opener
@app/[email protected]
└─┬ @nx/[email protected]
└─┬ [email protected]
└── [email protected]
Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: