mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +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
3ac4e5f49d
commit
2874482a0e
|
@ -11,3 +11,5 @@ SRC_URI = "git://github.com/opencontainers/runc;nobranch=1;name=runc-docker \
|
|||
"
|
||||
|
||||
RUNC_VERSION = "1.0.0-rc8"
|
||||
|
||||
CVE_PRODUCT = "runc"
|
||||
|
|
|
@ -7,3 +7,5 @@ SRC_URI = " \
|
|||
file://0001-Only-allow-proc-mount-if-it-is-procfs.patch \
|
||||
"
|
||||
RUNC_VERSION = "1.0.0-rc8"
|
||||
|
||||
CVE_PRODUCT = "runc"
|
||||
|
|
Loading…
Reference in New Issue
Block a user