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>
This commit is contained in:
Gyorgy Sarvari 2025-12-30 13:24:50 +01:00 committed by Khem Raj
parent febab38136
commit fc90f2b514
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -19,3 +19,5 @@ RDEPENDS:${PN} += " \
python3-netaddr \
python3-six \
"
CVE_PRODUCT = "pyrad"