-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Package is dependent on vulnerable version of json5 #2643
Comments
Same issue with Amazon Inspector.... |
The fix for this vulnerability has been backported to json5 v1.0.2 too so this is no longer an issue, as v1.0.2 is compatible with tsconfig-paths v3.14.1 |
+1 |
@HandyHat Thank you, any ETA for releasing the new package version? |
@smo043 a new package version should not be needed since |
Don't we need to upgrade the dependency of https://github.com/dividab/tsconfig-paths/blob/master/CHANGELOG.md is the change log. It upgraded its dependency to |
@jimmy-guzman - the version I have installed is ^2.26.0, I don't see new minor version release |
My version : "eslint-plugin-import": "^2.26.0"
Please provide an eslint-plugin-import who do not rely on bad tsconfig-paths who rely on this json5 vulnerabilities. Thx |
json5 v1.0.2 has already been updated with this fix, and either way, it's not a valid vulnerability for eslint-plugin-import. As is the case with almost every JS CVE, the best course of action is to do nothing until the ecosystem fixes it for you. This is a duplicate of #2625; a duplicate of #2628; a duplicate of #2626; a duplicate of #2627; a duplicate of #2631; a duplicate of #2632; a duplicate of #2634; a duplicate of #2635; a duplicate of #2636; a duplicate of #2637; a duplicate of #2639; a duplicate of #2642. The Github advisory has now been updated, so hopefully you won’t see any more warnings, but either way, just wait. |
The latest version of the eslint-plugin-import package is 2.26.0. This supports the dependent tsconfig-paths package version up to 3.14.1 which in turn supports json5 version up to 1.0.1.
Can you please release a version with tsconfig-paths v4.1.x which in turn would support json5 version >2.2.2 ?
The text was updated successfully, but these errors were encountered: