Skip to content

Commit a3865cb

Browse files
Fix python-multipart vulnerability (DoS and ReDoS)
Co-authored-by: danielnovais-tech <230455320+danielnovais-tech@users.noreply.github.com>
1 parent ad1a832 commit a3865cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ alembic==1.13.1
3030
# Authentication & Security
3131
python-jose[cryptography]==3.4.0
3232
passlib[bcrypt]==1.7.4
33-
python-multipart==0.0.6
33+
python-multipart==0.0.18
3434

3535
# Testing
3636
pytest==7.4.4

0 commit comments

Comments
 (0)