Open brandydanner-gsa opened 10 months ago
Check to see that we are on the latest version and has no vulnerability.
Check to see that we are on the latest version and has no vulnerability.
The vulnerability for node-fetch 1.7.3 is still found in each Twistlock report that we run.
Hey Brandy, I just took a look at our packages for this vulnerability. I am not seeing v1.7.3 of node-fetch anywhere in our lock file for sam-styles. The only version I see is 2.6.9.
However, I am seeing 1.7.3 in sam-design-system. It appears to be coming from accessible-html5-video-player. @davereed, this is one of those packages that has not been updated in a while, 6 years in this case. How should we move forward to resolve this?
The Twistlock results from 1/18/2024 for
sam-frontend-entity
show two vulnerabilities for thenode-fetch
v1.7.3 package:https://nvd.nist.gov/vuln/detail/CVE-2020-15168 https://nvd.nist.gov/vuln/detail/CVE-2022-0235
In
sam-frontend-entity
,node-fetch
is not inpackage.json
, but is found inpackage-lock.json
.I traced
node-fetch
up the dependency tree to a dependency forreact-syntax-highlighter
insam-styles
: