-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
**There are no actual vulnerabilities here.** CRA 4.0.3, package dev dependency #11461
Labels
Comments
CRA 4 and
|
There is no actual vulnerability here. Our policy is to close such issues. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
releasing CRA 5 to the public may fix this issue
Environment
npx create-react-app --info
Steps to reproduce
https://codesandbox.io/s/inspiring-driscoll-v5fmc
works in the codesandbox's environment, but not as a github repository to netlify with codesandbox's hidden preinstall process (npm force-resolutions?)
Expected behavior
There are no actual vulnerabilities here.
Unfortunately,
npm audit
has no idea that these packages are development-only dependencies. From what I can tell, none of these "vulnerabilities" actually affect your application (or even development machine) in any way.This is pure security theater. Which is unfortunate, because it teaches people to ignore real vulnerabilities (which these are not, in the context of how they're used in CRA).
Originally posted by @gaearon in #11012 (comment)
Actual behavior
How are they used in CRA, for a package of a package?
"node-fetch": "2.6.2" is failing to be resolved because the pouchdb volunteers are busy, &/or they are sticklers for the advisory https://www.npmjs.com/advisories/1556, or they haven't noticed it:
pouchdb/pouchdb#8281 (comment)
I'll try npm force-resolutions
The text was updated successfully, but these errors were encountered: