fix(deps): bump h2 to 4.4.1 to resolve request-smuggling advisory - #1092
Merged
Conversation
h2 4.3.0 (transitive dependency via grpclib's HTTP/2 stack) is affected by a medium-severity HTTP/2 request-smuggling advisory (GHSA, Dependabot alert #326). 4.4.1 is the first patched release. Ran `uv lock --upgrade-package h2`, which also bumped hpack 4.1.0 -> 4.2.0 (h2's dependency). No other packages moved. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
h2<= 4.4.0 has a medium-severity HTTP/2 request-smuggling advisory. First patched version is 4.4.1.h2is a transitive dependency (viagrpclib's HTTP/2 stack, not a direct project dependency).uv lock --upgrade-package h2, which bumpedh24.3.0 -> 4.4.1 and its own dependencyhpack4.1.0 -> 4.2.0. No other packages moved.Test plan
python scripts/verify_release_lock.py— no version driftpip install -e ".[dev]" openadapt-ml openadapt-capture openadapt-evals openadapt-viewer openadapt-grounding openadapt-retrieval); confirmedh2==4.4.1resolves and installsruff check openadapt/andruff format --check openadapt/— passpytest tests/ -v— 143 passed, 1 skipped (the skip istest_external_packages_installed_in_ci, expected outside CI)python -m build+python scripts/verify_release_artifacts.py— artifacts build and verify cleanlypython scripts/validate_platform_manifest.py --offline— OK, 0 warnings🤖 Generated with Claude Code