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
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
:The text was updated successfully, but these errors were encountered: