-
Notifications
You must be signed in to change notification settings - Fork 138
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
Fix starlette vulnerability #487
Conversation
It seems that later starlette versions are breaking something in our middleware. I tracked it down to starlette==0.44.0. While we figure that out, would it work to pin starlette at 0.43.0? cc @badGarnet who ran into this as well. That should get CI to pass and then this LGTM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Starlette v0.38.6 has a Denial of Service (DoS) vulnerability, which is fixed in Starlette 0.40.0. This PR bumps Starlette to a version without the vulnerability.
From a grype scan today:
Fixes https://unstructured-ai.atlassian.net/browse/PRANCER-625