From 2874482a0ef6f4dd784ca6759fe9783923c66799 Mon Sep 17 00:00:00 2001 From: Ralph Siemsen Date: Wed, 28 Apr 2021 11:44:11 -0400 Subject: [PATCH] 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 Signed-off-by: Bruce Ashfield --- recipes-containers/runc/runc-docker_git.bb | 2 ++ recipes-containers/runc/runc-opencontainers_git.bb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb index 8d810d01..3684366f 100644 --- a/recipes-containers/runc/runc-docker_git.bb +++ b/recipes-containers/runc/runc-docker_git.bb @@ -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" diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb index 3a7e7aaf..a1271f69 100644 --- a/recipes-containers/runc/runc-opencontainers_git.bb +++ b/recipes-containers/runc/runc-opencontainers_git.bb @@ -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"