diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-31 08:54:04 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:33:59 -0800 |
| commit | 15ab75e8fb8edd6b9aad00ad5fc81ebf9a1e44a2 (patch) | |
| tree | 3d63b944a296a4c0aca932f5b8462f95b2dbbbf3 /meta-python | |
| parent | 4fbf11954ab14ff77b6b475f744b9d744f31832a (diff) | |
| download | meta-openembedded-15ab75e8fb8edd6b9aad00ad5fc81ebf9a1e44a2.tar.gz | |
python3-flask-cors: set CVE_PRODUCT
The related CVEs are tracked under multiple vendor IDs (but none
of them are associated with the default "python" vendor).
Query from CVE db:
sqlite> select * from products where product like 'flask-cors';
CVE-2020-25032|flask-cors_project|flask-cors|||3.0.9|<
CVE-2024-1681|corydolphin|flask-cors|4.0.0|=||
CVE-2024-6221|corydolphin|flask-cors|4.0.1|=||
CVE-2024-6839|flask-cors_project|flask-cors|4.0.1|=||
CVE-2024-6844|flask-cors_project|flask-cors|4.0.1|=||
CVE-2024-6866|flask-cors_project|flask-cors|4.0.1|=||
Set the CVE_PRODUCT so it matches the relevant entries.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-cors_4.0.0.bb | 2 |
1 files changed, 2 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 6606b3037a..d3e97dad9b 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 | |||
| @@ -16,6 +16,8 @@ SRC_URI += " \ | |||
| 16 | 16 | ||
| 17 | SRC_URI[sha256sum] = "f268522fcb2f73e2ecdde1ef45e2fd5c71cc48fe03cffb4b441c6d1b40684eb0" | 17 | SRC_URI[sha256sum] = "f268522fcb2f73e2ecdde1ef45e2fd5c71cc48fe03cffb4b441c6d1b40684eb0" |
| 18 | 18 | ||
| 19 | CVE_PRODUCT = "flask-cors" | ||
| 20 | |||
| 19 | inherit pypi setuptools3 | 21 | inherit pypi setuptools3 |
| 20 | 22 | ||
| 21 | RDEPENDS:${PN} += "python3-flask" | 23 | RDEPENDS:${PN} += "python3-flask" |
