Open
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Align GCP KMS storage with Python Core SDK v17.2.0 and fix CVE-2026-0994 (protobuf JSON recursion DoS) and CVE-2026-26007 (cryptography subgroup attack). Features: - KSM-834: bump keeper-secrets-manager-storage-gcp-kms to v1.1.0 Bug fixes: - fix CVE-2026-0994 (HIGH, CVSS 8.2): pin protobuf>=6.33.5 - fix CVE-2026-26007 (HIGH, CVSS 8.2): pin cryptography>=46.0.5 Maintenance: - raise minimum Python version from 3.6 to 3.9 - require keeper-secrets-manager-core>=17.2.0 - update publish workflow: add permissions block, version pre-check, SBOM generation, wheel CVE-2026-24049 pin
2d6458e to
0bf9de7
Compare
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
Release branch for v1.1.0 — raises the Python floor to 3.9, aligns the Core dependency with v17.2.0, and fixes two HIGH severity CVEs that were blocked on the Python 3.9+ requirement.
Changes
Bug Fixes
protobuf>=6.33.5direct dependency (CVSS 8.2; protobuf 5.x discontinued, fix requires Python 3.9+)cryptography>=46.0.5direct dependency (CVSS 8.2)Maintenance
keeper-secrets-manager-coredependency floor from>=16.6.6to>=17.2.0importlib_metadatafrom requirements.txt (stdlib since Python 3.8)Breaking Changes
Python 3.6, 3.7, and 3.8 are no longer supported. Users on those versions must remain on v1.0.1.
Related Issues