-
Notifications
You must be signed in to change notification settings - Fork 104
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
Bump JSON5 dependency to 2.2.2 to fix CVE-2022-46175 #232
Conversation
Might need to bump the version Version |
Please approve this :( @jonaskello |
Codecov ReportBase: 68.16% // Head: 68.16% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #232 +/- ##
=======================================
Coverage 68.16% 68.16%
=======================================
Files 9 9
Lines 311 311
Branches 96 96
=======================================
Hits 212 212
Misses 93 93
Partials 6 6 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Actually the version of tsconfig-paths in package.json is set automatically by the release script so it should not be incremented in the PR. @oparisblue could you please revert that commit? |
This reverts commit 1603bab.
Reverted back to v4.1.1 @jonaskello : c091ec3 |
I've backported a fix for json5 v1 in v1.0.2. We just have to wait for GitHub to update the advisory to reflect that, which is already in process. So tsconfig-paths@3 can be backported without any breaking changes. |
Released in 4.1.2 |
The security advisory is finally updated and [email protected] is recognized as patching CVE-2022-46175. |
v3 fix at #234 |
Versions of JSON5 < 2.2.2 are susceptible to CVE-2022-46175.
This PR bumps this project's dependency to 2.2.2, which resolves this vulnerability. There are no other changes / no breaking changes in the version bump (changelog)