diff mbox series

[meta-python,dunfell] python3-aiohttp: Set CVE_PRODUCT

Message ID 20241025053605.554848-1-indresh@timesys.com
State New
Headers show
Series [meta-python,dunfell] python3-aiohttp: Set CVE_PRODUCT | expand

Commit Message

indresh.sharma Oct. 25, 2024, 5:36 a.m. UTC
aiohttp is used in NVD for CVE's like:
https://nvd.nist.gov/vuln/detail/CVE-2024-23829

Signed-off-by: indresh.sharma <indresh@timesys.com>
---
 meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb
index 24eb021de..2caf841f8 100644
--- a/meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb
@@ -21,3 +21,5 @@  RDEPENDS_${PN} = "\
     ${PYTHON_PN}-netserver \
     ${PYTHON_PN}-yarl \
 "
+
+CVE_PRODUCT = "aiohttp"