Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit f51cc5a

Browse files
authored
Update Flask-Cors version to 4.0.2 for CVE-2024-6221
Flask-CORS allows the `Access-Control-Allow-Private-Network` CORS header to be set to true by default, the fixed version is 4.0.2
1 parent 53c9b75 commit f51cc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cnap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ccnp
22
cctrusted_base
33
Flask==3.0.0
4-
Flask-Cors==4.0.1
4+
Flask-Cors==4.0.2
55
kafka-python==2.0.2
66
numpy==1.26.2
77
opencv-python==4.8.1.78

0 commit comments

Comments
 (0)