-
-
Notifications
You must be signed in to change notification settings - Fork 27k
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
react-dev-utils: Security vulnerability with immer 7.0.9 #10578
Comments
|
I wonder if there is any reason for not specifying the dependency as "greater or equal" ( |
i have the same issue, this is a globlal problem? or it is a particular one? |
anyways, its a serious thing? |
@Aleksei-Pankratev-EPAM , from what I understand, it's create-react-app's general policy to pin all dependencies to exact versions. That helps make sure that everything keeps working, but (as you said), it has the disadvantage of making it harder to get minor package upgrades for security fixes. In this case, a caret range wouldn't have helped; create-react-app uses Immer 7.0.9, and the Immer bug was fixed in 8.0.1, which a caret range wouldn't match (due to potential backward-incompatible changes). @Pistaco , create-react-app isn't affected by this particular security issue. So, although there are big advantages to keeping any automated security scanners happy, it's not an issue if you're not using Immer yourself. |
Everyone watching their Also, there is no way to ignore certain packages or vulnerabilities. Except for So really the only way to keep our CI pipelines happy is to disable audits for now 😞 |
This is a duplicate of #10411. Please see the discussion there. In particular, #10411 (comment). |
Describe the bug
Security vulnerability with
immer
7.0.9https://www.npmjs.com/advisories/1603
Actual behavior
Reproducible demo
yarn install @storybook/react && yarn audit
The text was updated successfully, but these errors were encountered: