1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-07-15 01:24:34 +02:00

Fix CVE-2024-1135

This commit is contained in:
Florent Daigniere
2024-05-08 16:10:10 +02:00
parent d90ecae8b8
commit 5b5d526d79
2 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Flask-SQLAlchemy==3.1.1
Flask-WTF==1.2.1
frozenlist==1.4.1
greenlet==3.0.3
gunicorn==21.2.0
gunicorn==22.0.0
idna==3.6
importlib-resources==6.1.1
infinity==1.5

View File

@ -0,0 +1 @@
Fix CVE-2024-1135