⬆️(backend) upgrade brotli to 1.2.0 to fix CVE-2025-6176
Update brotli compression library to version 1.2.0 addressing CVE-2025-6176 security vulnerability to maintain secure compression functionality and pass security scans.
This commit is contained in:
committed by
aleb_the_flash
parent
5b6ed6bbf0
commit
3baec0a863
@@ -26,7 +26,7 @@ readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"boto3==1.38.42",
|
||||
"Brotli==1.1.0",
|
||||
"Brotli==1.2.0",
|
||||
"brevo-python==1.1.2",
|
||||
"celery[redis]==5.5.3",
|
||||
"django-configurations==2.5.1",
|
||||
|
||||
Reference in New Issue
Block a user