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 reflex0.6.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: reflex0.6
version: 0.6.6
epoch: 100
epoch: 101 # GHSA-59g5-xgcq-4qw3
description: Web apps in pure Python
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -34,6 +34,10 @@ pipeline:
tag: v${{package.version}}
expected-commit: 0c8192222fe8a6258e768fef82336dce3566671f

- uses: patch
with:
patches: GHSA-59g5-xgcq-4qw3.patch

- runs: '#Fix CVEs

poetry add "idna==3.7"
Expand Down
5 changes: 5 additions & 0 deletions reflex0.6/GHSA-59g5-xgcq-4qw3.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35 +35 @@
-python-multipart = ">=0.0.5,<0.1"
+python-multipart = ">=0.0.18,<0.1"