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 ansi-align issue isn't clear. I don't yet know if it is related to the dependency on string-width, which is by the same author as those indicated in the CVE. It also looks like ansi-align hasn't been updated in 3 years.
Details
GitHub's own advisory is out of date, marking this as resolved by version 10.0.7 GHSA-pppg-cpfq-h7wr
I still haven't figured out what is going on with ansi-align (a downstream dependency of rush-lib). I suspect it is a false positive since the CVE is for an unrelated package. I am still waiting to find out what we hear back from our security scan vendor.
Summary
#4966 and #4981 attempted to resolve this.
But the problem is still reported by security scans.
Repro steps
npm install @microsoft/rush@5.141.0
Expected result:
No Vulnerabilities
Actual result:
Vulnerabilities related to
jsonpath-plus
(CVE-2024-21534) andansi-align@3.0.1
(CVE-2022-38900)The ansi-align issue isn't clear. I don't yet know if it is related to the dependency on string-width, which is by the same author as those indicated in the CVE. It also looks like ansi-align hasn't been updated in 3 years.
Details
GitHub's own advisory is out of date, marking this as resolved by version
10.0.7
GHSA-pppg-cpfq-h7wr
If you follow the link to NVD, you can see that the reporter (Snyk) still considers 10.1.0 as vulnerable.
https://nvd.nist.gov/vuln/detail/CVE-2024-21534
It references an issue that declares
10.2.0
as safe.JSONPath-Plus/JSONPath#226
https://security.snyk.io/vuln/SNYK-JS-JSONPATHPLUS-7945884
Standard questions
Please answer these questions to help us investigate your issue more quickly:
@microsoft/rush
globally installed version?rushVersion
from rush.json?useWorkspaces
from rush.json?node -v
)?The text was updated successfully, but these errors were encountered: