Skip to content
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

js/web version uses very old flatbuffers dependency with security vulnerability. #23361

Open
AndreHenkel opened this issue Jan 14, 2025 · 1 comment
Labels
platform:web issues related to ONNX Runtime web; typically submitted using template

Comments

@AndreHenkel
Copy link

AndreHenkel commented Jan 14, 2025

In js/web/package.json

The "flatbuffers" dependency is set to "^1.12.0"

This version is 5 years old and has security vulnerabilities: CVE-2020-35864 (https://nvd.nist.gov/vuln/detail/CVE-2020-35864)

Is it possible to update it to any later version, preferably the latest "flatbuffers" version?

@jingyanwangms jingyanwangms added the platform:web issues related to ONNX Runtime web; typically submitted using template label Jan 14, 2025
@guschmue
Copy link
Contributor

working on it

@AndreHenkel AndreHenkel changed the title js/web version uses very old flatbuffers depedency with security vulnerability. js/web version uses very old flatbuffers dependency with security vulnerability. Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform:web issues related to ONNX Runtime web; typically submitted using template
Projects
None yet
Development

No branches or pull requests

3 participants