-
Notifications
You must be signed in to change notification settings - Fork 93
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
NPM Audit Security Report - Prototype Pollution Detected by convert-excel-to-json #45
Comments
Hi @iamindra thanks for bringing attention to this matter. Do you think you could be able to run the command npm audit fix and push a PR with the result? |
Any update on this? |
I am also interested in this issue (as I ran It seems that cli support is a feature of this repo, so perhaps a possible solution is using a |
Hi folks, sorry for the delay things are pretty rushed around here. The problem is not |
Great thanks for your kind reply and sorry for not having looked carefully into the problem. I think this is a proper solution, as users preferring vulnerability-free dependencies can update their packages and get their requirements fulfilled, while users in need of the cli feature can choose to explicitly specify a previous version. |
I've put up a PR (DiegoZoracKy/cliss#1) to update the upstream dependency yargs-parser within convert-excel-to-json > magicli > cliss. With the update, it appears that all of the tests for cliss are all still passing. |
FYI we are getting close on fixing the underlying dependency (DiegoZoracKy/cliss#3). I just have to get the repo owner to approve those changes as a patch release. |
I am having problems updating the dependents of Cliss/Magcli, including covert-excel-to-json, due to circular dependencies. Since these dependencies are below v1.0.0, using the carat |
Any solution yet? |
The repository owner has not been online in quite a while. In the event @DiegoZoracKy becomes responsive again, we will likely just simultaneously bump all these connected repositories to version 1.0.0 and go from there. |
I have had to remove convert-excel-to-json from my enterprise project due to a security vulnerability that was detected by an npm audit command this morning. Please update your dependency of yargs-parser to a version that doesn't include this security vulnerability. Unfortunately I cannot keep packages that expose any kind of security vulnerability due to my company's requirement of being PCI compliant. So please fix the vulnerability so that those of us that have to convert excel sheets in a corporate environment can use this package again. Thank you!
The text was updated successfully, but these errors were encountered: