mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
febab38136
commit
fc90f2b514
|
|
@ -19,3 +19,5 @@ RDEPENDS:${PN} += " \
|
|||
python3-netaddr \
|
||||
python3-six \
|
||||
"
|
||||
|
||||
CVE_PRODUCT = "pyrad"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user