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

Compatibility with tornado 6.3+ to address [CVE-2024-52804] #25

Open
wants to merge 1 commit into
base: v4.x
Choose a base branch
from

Conversation

ppham-nv
Copy link

@ppham-nv ppham-nv commented Nov 26, 2024

This PR allows us to use latest version of tornado (6.4.2) as of 11/26/2024 to address [CVE-2024-52804](GHSA-8w49-h785-mj3c)

  • call Tensorboard WSGI app directly since WSGIContainer from tornado is not compatible with it due to the ThreadPoolExecutor update
  • Relax tornado version requirement

@ppham-nv ppham-nv changed the title Compatibility with tornado 6.3+ Compatibility with tornado 6.3+ to address [CVE-2024-52804] Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant