-
-
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
Moderate vulnerabilities when running npx create-react-app #10929
Comments
I get same vulnerability report, I confirm it is true. |
When we run https://www.npmjs.com/advisories/1677
|
That happens to me too. The same vulnerabilities |
Can confirm the same, not sure if I should wait to create the app or just go ahead and ignore the vulnerabilities. Will an update fixing those issues break my app? |
I have the same warning: |
I can confirm. The advisory says it's fixed on version 3.0.8 of hosted-git-info. |
same here, and I got 80 |
Another Vulnerability: |
see #10945 for that exact issue |
Is there already a solution for this? - getting annoyed with the number of emails from security teams complaining about it. |
Same but I'm not getting "found 79 moderate severity vulnerabilities" |
I am also getting 79 moderate severity vulnerabilities. Npm audit fix did not work. |
I am also getting 87 vulnerabilities (81 moderate, 6 high) when using npx create-react-app |
Dang thought I'd gotten the new record but @Black996 beat me to it. Create-react-app confirmed up to 87 vulnerabilities (81 moderate, 6 high) now |
I also have 81 vulnerabilities (80 moderate, 1 high). What's weird is updating the package concerned seems to do nothing. Am I missing something here? Also tried via yarn, got 186 vulnerabilities related to react-scripts instead but its the same stuff. |
@kvicera it's because the newest version of react-scripts uses the old version of some of its dependencies, so updating the other package won't help as the react-scripts still needs the older version. But yea I have the same issue, I hope they fix this soon |
Is it possible to use an older version instead? |
I believe that what is needed to be done is react-script maintainers to update the affected package in react-scripts dependencies, as suggested in the advisory: https://www.npmjs.com/advisories/1677 But I don't know what is the impact of this and it seems like this is not a priority right now. |
Has anyone found a solution to this yet? |
also I have this same issue....87 vulnerabilities (81 moderate, 6 high) |
yup same here, running npx create-react-app shows 81 vulnerabilities (80 moderate, 1 high). All 80 moderate vulnerabilities are: https://www.npmjs.com/advisories/1693 The high vulnerability is: https://www.npmjs.com/advisories/1745 |
Same issue here. Forcing the audit to fix returns even more errors, I hope they fix this soon. |
Any update on the fix for this issue? |
Same issue here. Checking for any new updates. |
same issue huere! |
I have the same issues but is more. I'll try and the vulnerabilities contiue |
Yepp, I'm getting 85 moderate, and 11 high vulnerabilities showing... |
82 moderate 4 high :( |
Same issue even i got 86 vulnerabilities while creating the new react app.... Try to solve it soon. |
Same, 86 vulnerabilities(82 moderate, 4 high) on a freshly created project. |
I also get the same, 86 vulnerabilities(82 moderate, 4 high) on a freshly created project. audit fix does nothing. I suppose I will just ignore them for now. |
I get the exact same results. |
Same here. A newly made react app using the typescript template will get you 96 vulnerabilities (85 moderate, 11 high) right off the bat. |
found 86 vulnerabilities (82 moderate, 4 high) |
Vulnerabilities went from 47 to 87 after I ran audit fix --force |
somehow able to reduce to 13 moderate Vulnerabilities |
this shouldn't affect any projects, right? i got 85 moderate and 11 high. just started a new tutorial. |
I also have same concern. Will it be dangerous for my ongoing projects with firebase |
same issue so far |
No wonder, I think:
Actually, I think there are not so many of them, considering the amount of dependencies :D |
These warnings are false positives. There are no actual vulnerabilities affecting your app here. To fix That will remove the false positive warnings. I agree with the point in #11102 and will make this change so that new projects don't keep having these false positive warnings. If you want to discuss this, please comment in #11102. |
I get 20 moderate vulnerabilities when running
npx create-react-app
. Runningnpm audit fix
does not fix it. Was wondering if this has been reported?The text was updated successfully, but these errors were encountered: