1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-07-15 01:24:34 +02:00
3251: Fix CVE-2024-1135 r=mergify[bot] a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

Fix CVE-2024-1135

### Related issue(s)

## Prerequisites
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [ ] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file.


Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
This commit is contained in:
bors-mailu[bot]
2024-05-10 11:03:47 +00:00
committed by GitHub
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