-
Notifications
You must be signed in to change notification settings - Fork 320
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
vulnerability in XLSX #4261
Comments
Looks like SheetJS no longer publish to npm: SheetJS/sheetjs#2822 |
Correct. They are not publishing to NPM anymore, so it's difficult for us to use it as a dependency with newer versions. In amCharts 5, we're preparing an update that bundles hard-copy of their latest version off of their own Git. More info. We will consider something similar for amCharts 4, too. Just not yet sure when/if that will happen because amCharts 4 is already on dev freeze, and this particular vulnerability does not affect any of the functionality used in amCharts. |
Fixed in 4.10.36. [4.10.36] - 2023-05-18Added
Changed
Fixed
|
Can you update amchart, because current version has vulnerability in XLSX?
GHSA-4r6h-8v6p-xvw6
All versions of SheetJS CE through 0.19.2 are vulnerable to "Prototype Pollution" when reading specially crafted files. Workflows that do not read arbitrary files (for example, exporting data to spreadsheet files) are unaffected.
The text was updated successfully, but these errors were encountered: