Current required h11 version (>=0.13,<0.15) is vulnerable to GHSA-vqfr-h8mv-ghfj #1009
Replies: 1 comment
|
This is resolved in current httpcore. The current dependency declaration is: dependencies = [
"certifi",
"h11>=0.16",
]so the old For an environment that still reports the advisory, I would check the resolved versions rather than only the top-level requirement ( There shouldn't be a need for an application-level workaround on current versions; the dependency floor itself has been moved to |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As stated in #1007 (comment) and #1008, the required version for h11 (>=0.13,<0.15) is vulnerable to GHSA-vqfr-h8mv-ghfj.
All reactions