Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion py3-cassandra-medusa-0.17.1-r2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-cassandra-medusa-0.17.1-r2
version: 0.17.1
epoch: 100
epoch: 101 # GHSA-248v-346w-9cw
description: Apache Cassandra backup and restore tool
copyright:
- license: Apache-2.0
Expand All @@ -28,6 +28,10 @@ pipeline:
tag: v${{package.version}}
expected-commit: 4a34c29ea09010420a7139336a2758a7c765e343

- uses: patch
with:
patches: GHSA-248v-346w-9cw.patch

- name: Python Build
runs: 'pip install wheel

Expand Down
4 changes: 4 additions & 0 deletions py3-cassandra-medusa-0.17.1-r2/GHSA-248v-346w-9cw.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
--- a/requirements.txt
+++ b/requirements.txt
@@ -30,0 +30,1 @@
+certifi==2024.07.04