-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Security vulnerability issues #11118
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
have you perhaps solved this issue and managed to get them updated as me and my team are facing the same issues? |
not yet solved, unable to get them updated |
Can this be closed in favor of: #11012 ? |
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. |
Please see #11174. |
Hello,
We are using React. we are getting the security and vulnerability issue with depend packages
1 ) we are trying to upgrade the ejs to 3.1.6 but the package under react-scripts not upgrading to 3.1.6. We upgraded the react-scripts to latest still ejs not upgrading to 3.1.6
Tree structure:
└─┬ react-scripts@4.0.3
└─┬ workbox-webpack-plugin@5.1.4
└─┬ workbox-build@5.1.4
└─┬ @surma/rollup-plugin-off-main-thread@1.4.2
└── ejs@2.7.4
Tree structure:
└─┬ react-scripts@4.0.3
└─┬ optimize-css-assets-webpack-plugin@5.0.4
└─┬ cssnano@4.1.11
└─┬ cssnano-preset-default@4.0.8
└─┬ postcss-colormin@4.0.3
└─┬ color@3.1.3
└── color-string@1.5.4
We upgraded the react-scripts and postcss-svgo and svgo to latest but still css-what not upgrading to 5.0.1.
Tree structure:
┬ react-scripts@4.0.3
└─┬ @svgr/webpack@5.5.0
└─┬ @svgr/plugin-svgo@5.5.0
└─┬ svgo@1.3.2
└─┬ css-select@2.1.0
└── css-what@3.4.2
postcss-svgo@4.0.3
└─┬ svgo@1.3.2
└─┬ css-select@2.1.0
└── css-what@3.4.2
We upgraded the react-scripts and optimize-css-assets-webpack-plugin and mini-css-extract-plugin to latest but still normalize issue not fixed.
Tree structure:
react-scripts@4.0.3
├─┬ mini-css-extract-plugin@0.11.3
│ └── normalize-url@1.9.1
─┬ react-scripts@4.0.3
├─┬ mini-css-extract-plugin@0.11.3
│ └── normalize-url@1.9.1
└─┬ optimize-css-assets-webpack-plugin@5.0.4
└─┬ cssnano@4.1.11
└─┬ cssnano-preset-default@4.0.8
└─┬ postcss-normalize-url@4.0.1
└── normalize-url@3.3.0
5) we are trying to upgrade the glob-parent to 5.1.2 but the package under react-scripts and webpack not upgrading to 5.1.2 . We upgraded the react-scripts and webpack to latest version but still glob-parent not upgrading to latest.
└─┬ react-scripts@4.0.3
├─┬ webpack-dev-server@3.11.1
│ └─┬ chokidar@2.1.8
│ └── glob-parent@3.1.0
└─┬ webpack@4.44.2
└─┬ watchpack@1.7.5
├─┬ chokidar@3.5.1
│ └── glob-parent@5.1.2 deduped
└─┬ watchpack-chokidar2@2.0.1
└─┬ chokidar@2.1.8
└── glob-parent@3.1.0
The Expected behaviour is to upgrade the Package versions under the react-scripts
The text was updated successfully, but these errors were encountered: