Skip to content

Commit

Permalink
Merge pull request #12677 from ericsmalling/medusa-cves
Browse files Browse the repository at this point in the history
py3-cassandra-medusa: fix CVE-2024-23334 CVE-2024-23829 CVE-2023-50782
  • Loading branch information
luhring authored Feb 8, 2024
2 parents 1a4579e + fe54173 commit 5347cb8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion py3-cassandra-medusa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package:
name: py3-cassandra-medusa
version: 0.17.2
epoch: 0
epoch: 1
description: Apache Cassandra backup and restore tool
copyright:
- license: Apache-2.0
Expand Down
13 changes: 8 additions & 5 deletions py3-cassandra-medusa/bump.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/setup.py b/setup.py
index 9727ac2..014d17a 100644
index 9727ac2..057cba8 100644
--- a/setup.py
+++ b/setup.py
@@ -49,14 +49,14 @@ setuptools.setup(
Expand All @@ -9,7 +9,7 @@ index 9727ac2..014d17a 100644
- 'pyOpenSSL==22.0.0',
- 'cryptography<=35.0,>=2.5',
+ 'pyOpenSSL==24.0.0',
+ 'cryptography<=41.0.6,>=2.5',
+ 'cryptography==42.0.2',
'pycryptodome>=3.9.9',
'retrying>=1.3.3',
'parallel-ssh==2.2.0',
Expand All @@ -20,12 +20,15 @@ index 9727ac2..014d17a 100644
'protobuf==4.24.3',
'grpcio==1.58.0',
'grpcio-health-checking==1.58.0',
@@ -68,7 +68,7 @@ setuptools.setup(
@@ -68,9 +68,9 @@ setuptools.setup(
'botocore>=1.13.27',
'dnspython>=2.2.1',
'asyncio==3.4.3',
- 'aiohttp==3.8.5',
+ 'aiohttp==3.9.0',
+ 'aiohttp==3.9.2',
'boto3>=1.28.38',
'gcloud-aio-storage==8.3.0',
- 'gcloud-aio-storage==8.3.0',
+ 'gcloud-aio-storage==9.1.0',
'azure-core==1.29.4',
'azure-identity==1.14.0',
'azure-storage-blob==12.17.0'

0 comments on commit 5347cb8

Please sign in to comment.