mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
runc: add CVE_PRODUCT to recipes
Allows the yocto cve-checker to flag CVEs, which would otherwise go unreported due to the package name not matching NIST NVD data. Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
96b765ff84
commit
7a1dbe1004
|
@ -10,3 +10,5 @@ SRC_URI = "git://github.com/opencontainers/runc;nobranch=1;name=runc-docker \
|
|||
"
|
||||
|
||||
RUNC_VERSION = "1.0.0-rc93"
|
||||
|
||||
CVE_PRODUCT = "runc"
|
||||
|
|
|
@ -6,3 +6,5 @@ SRC_URI = " \
|
|||
file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
|
||||
"
|
||||
RUNC_VERSION = "1.0.0-rc93"
|
||||
|
||||
CVE_PRODUCT = "runc"
|
||||
|
|
Loading…
Reference in New Issue
Block a user