summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-30 13:24:50 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-31 08:28:52 -0800
commitfc90f2b514f65d6d8edb1d26cc5bcb4e0f88b800 (patch)
tree003a38f59790cf1e904a765df03bdb800dd38f01 /meta-python/recipes-devtools/python/python3-pyrad_2.4.bb
parentfebab3813645c5a5dc5bace9041f834bd555b65d (diff)
downloadmeta-openembedded-fc90f2b514f65d6d8edb1d26cc5bcb4e0f88b800.tar.gz
python3-pyrad: set CVE_PRODUCT
NIST tracks related CVEs with pyrad_project CPE vendor instead of "python". Set the CVE_PRODUCT to pyrad, so both can be matched. See CVE db query: sqlite> select * from products where PRODUCT = 'pyrad'; CVE-2013-0294|pyrad_project|pyrad|||2.1|< CVE-2013-0342|pyrad_project|pyrad|||2.1|< Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyrad_2.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyrad_2.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb b/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb
index fbe7a0924a..e8cfffc9cc 100644
--- a/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb
+++ b/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb
@@ -19,3 +19,5 @@ RDEPENDS:${PN} += " \
19 python3-netaddr \ 19 python3-netaddr \
20 python3-six \ 20 python3-six \
21" 21"
22
23CVE_PRODUCT = "pyrad"