mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
netcat: Set CVE_PRODUCT
This way yocto cve-check can find open CVE's. See also: http://lists.openembedded.org/pipermail/openembedded-core/2017-July/139897.html "Results from cve-check are not very good at the moment. One of the reasons for this is that component names used in CVE database differ from yocto recipe names. This series fixes several of those name mapping problems by setting the CVE_PRODUCT correctly in the recipes. To check this mapping with after a build, I'm exporting LICENSE and CVE_PRODUCT variables to buildhistory for recipes and packages." Value added is based on: https://nvd.nist.gov/products/cpe/search/results?keyword=netcat&status=FINAL&orderBy=CPEURI&namingFormat=2.3 Signed-off-by: Andre Carvalho <andrestc@fb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
93aa8defe3
commit
7526541209
|
|
@ -16,6 +16,8 @@ SRC_URI[sha256sum] = "b55af0bbdf5acc02d1eb6ab18da2acd77a400bafd074489003f3df0967
|
|||
|
||||
inherit autotools
|
||||
|
||||
CVE_PRODUCT = "netcat_project:netcat"
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}${bindir}
|
||||
mv ${D}${bindir}/nc ${D}${bindir}/nc.${BPN}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user