-
-
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
Bumps @svgr/webpack dependency to version 6.2.1 #12172
base: main
Are you sure you want to change the base?
Conversation
All checks are fine. Could you please merge this? |
Up |
This should be merged. |
Please do hit the merge-button 🙂 |
These issues may all need this PR:
Similar PR, no progress: SVGR issue, about SVG with CDATA:
|
Tbh I am also quite surprised that there is not even a response by the maintainers to this pull request. |
Would it help to @ the two reviewers? |
@Master-Guy You are right, we can try @mrmckeb @iansu 👋 |
Only 6 months? Those are rookie numbers. |
@gaearon Can we close this pull request? Or is it maybe a good idea to bump the dependency to a newer version even if the vulnerability is not affecting react-scripts? |
1 similar comment
|
Hi, |
Quite vital this is merged soon as it a security issue |
This may not be a security issue in itself, but it is blocking us from fixing other security issues because this is a blocking dependency :( . |
Not impacting production but pretty straightforward, should be merged |
You can always override the dependency like this in your project's "overrides": {
"react-scripts": {
"@svgr/webpack": "6.5.1"
}
} Having said that, I think this should be reviewed by the maintainers. Don't know why it hasn't been yet. |
Hi @daschaa, I'm glad you took the time to raise this PR. Would be great if it can be reviewed by one of the owners and see if there's something else needed. |
…lities Fix `admin-ui` vulnerabilities following this PR: facebook/create-react-app#12172
Hi people, any updates on merge this PR? My Sec team is hopefully waiting for us to fix the Snyk vulnerability on this svg lib version <3 |
@andresmanikis |
Yes. Don't know either. |
This includes the override of the upgrade proposed in facebook/create-react-app#12172. I think though that we really should look at moving away from `create-react-app` since PRs like that and other issues show it's not really maintained anymore. We could switch to something like Vite instead but this is a quicker way for now to silence Dependabot. Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
This also adds an explicit override to react-scripts due to a vulnerability in a transient package. See issue in [create-react-app](facebook/create-react-app#11174) and linked open PR to bump the dependency [here](facebook/create-react-app#12172). For now, we are adding our override to bump the version of webpack.
There are a few sources suggesting this tool is deprecated (e.g. #13072), which seems to line up with the lack of maintenance. It seems like that might be the reason this hasn't been addressed in way too long. Edit: better source reactjs/react.dev#5487 |
@andresmanikis, this doesn't work for old versions of npm. |
Regarding the issue #12146 the
@svgr/webpack
dependency has to be updated to fix the security warning related to the transitiventh-check
dependency.