diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-cors_4.0.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-cors_4.0.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-cors_4.0.0.bb b/meta-python/recipes-devtools/python/python3-flask-cors_4.0.0.bb index 1d0d86b4e7..77b51c5515 100644 --- a/meta-python/recipes-devtools/python/python3-flask-cors_4.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-cors_4.0.0.bb | |||
@@ -9,6 +9,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=118fecaa576ab51c1520f95e98db61ce" | |||
9 | 9 | ||
10 | PYPI_PACKAGE = "Flask-Cors" | 10 | PYPI_PACKAGE = "Flask-Cors" |
11 | 11 | ||
12 | SRC_URI += " \ | ||
13 | file://CVE-2024-6221.patch \ | ||
14 | " | ||
15 | |||
12 | SRC_URI[sha256sum] = "f268522fcb2f73e2ecdde1ef45e2fd5c71cc48fe03cffb4b441c6d1b40684eb0" | 16 | SRC_URI[sha256sum] = "f268522fcb2f73e2ecdde1ef45e2fd5c71cc48fe03cffb4b441c6d1b40684eb0" |
13 | 17 | ||
14 | inherit pypi setuptools3 | 18 | inherit pypi setuptools3 |