High Severity Vulnerability #29429
-
CVE-2021-3807 - High Severity Vulnerabilitynext-11.1.2.tgz (Root Library) https://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994/ Can next.js team upgrade the library to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hello! While you are absolutely right that there is a security vulnerability in the package, I think we should nuance its criticality.
To verify this, I used
TL;DR: The vulnerability may look scary but its application is very unlikely. |
Beta Was this translation helpful? Give feedback.
Hello!
While you are absolutely right that there is a security vulnerability in the package, I think we should nuance its criticality.
ansi-regex
is mostly used for for command-line tools, not in servers. One ofchalk
maintainer actually said :To verify this, I used
npm list ansi-regex
on the canary branch of the Next.js repository.Here are the results:
postcss-purgecss
-> used withinyargs
-> terminal interface only.@testing-library/react
-> only in dev envs.@types/jest
-> only in dev envs.@zeit/next-css
-> used withinchalk
…