Bump cryptography to 50.0.0 in ecommerce_hybrid_search requirements.txt (Mend HIGH CVE-2026-69247) - #4988
Open
odosk wants to merge 1 commit into
Open
Bump cryptography to 50.0.0 in ecommerce_hybrid_search requirements.txt (Mend HIGH CVE-2026-69247)#4988odosk wants to merge 1 commit into
odosk wants to merge 1 commit into
Conversation
Mend resolved cryptography 49.0.0 transitively via pyvespa in the ecommerce_hybrid_search performance test requirements; add an explicit floor at the patched release (GHSA-g6cj-pr64-35w5, fixed in 50.0.0). - requirements.txt: add cryptography>=50.0.0 (CVE-2026-69247) - requirements.txt: raise floors within majors: docker >=7.2.0, elasticsearch >=9.4.1, pyvespa >=1.2.4, vespacli >=8.730.36, tqdm >=4.70.0, requests >=2.34.2 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
Fixes the Mend HIGH finding CVE-2026-69247 (GHSA-g6cj-pr64-35w5):
cryptography 49.0.0was resolved transitively viapyvespain the ecommerce_hybrid_search performance-test requirements. Adds an explicit floor at the first patched release,50.0.0, and raises the file's existing floors to the latest releases within their majors.Changed Files
tests/performance/ecommerce_hybrid_search/common/requirements.txt:cryptography: added>=50.0.0(CVE-2026-69247; transitive viapyvespa)docker:>=7.1.0→>=7.2.0elasticsearch:>=9.4.0→>=9.4.1pyvespa:>=1.2.0→>=1.2.4vespacli:>=8.687.75→>=8.730.36tqdm:>=4.67.3→>=4.70.0requests:>=2.34.0→>=2.34.2zstandard,urllib3: already at latest, unchangedCVEs Addressed
Verified against the GitHub Advisory Database:
Implementation Notes
pyvespa 1.2.4, whose own constraintcryptography>=48.0.1still admits vulnerable releases), so the patched floor is declared directly in this file.Verification
uv pip compile tests/performance/ecommerce_hybrid_search/common/requirements.txtresolves cleanly withcryptography==50.0.0>=44.0.0, <50.0.0, first patched50.0.0Jira: VESPANG-3773