-
Notifications
You must be signed in to change notification settings - Fork 74
Vulnerability for dependency xlsx (upgrade sheetjs dependency to address Prototype Pollution vulnerability (CVE-2023-30533)) #49
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
Comments
I found that the outdated version in npm is related to this: SheetJS/sheetjs#2667 |
@cscan Please response to this since this is quite important tho (the original npm package has been abandoned and the xlsx maintainers did not even mention anything on npm) |
`xlsx` is removed due to the author is no longer publishing update to the npm registry. The current version on npm is vulnerable to a Prototype Pollution attack. (read:cscan/vue3-excel-editor#49)
I make npm install xlsx@latest, the version is still 0.18.5 |
I think the issue that is being discussed here is, that there are no new updates on npm. |
Hello, |
@Kedrihan As a temporary workaround you can add the following in your "overrides": {
"dependency": {
"vue3-excel-editor": {
"xlsx": "npm:@e965/xlsx@^0.20.3",
}
}
} |
Uh oh!
There was an error while loading. Please reload this page.
Description:
The current version of the sheetjs dependency used in this package is vulnerable to a Prototype Pollution attack (CVE-2023-30533). This vulnerability can be exploited to potentially compromise the application's security.
Details:
The text was updated successfully, but these errors were encountered: