summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Siemsen <ralph.siemsen@linaro.org>2021-04-28 11:44:11 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-04-29 23:15:15 -0400
commit300c3f0d134bb37f705555be87ffddda2ac25f4b (patch)
treea7f5c371de2b5a7698019a246d975226c3465e85
parentd7087b8395092231e6ac72675e36732fc93a7220 (diff)
downloadmeta-virtualization-300c3f0d134bb37f705555be87ffddda2ac25f4b.tar.gz
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>
-rw-r--r--recipes-containers/runc/runc-docker_git.bb2
-rw-r--r--recipes-containers/runc/runc-opencontainers_git.bb2
2 files changed, 4 insertions, 0 deletions
diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb
index 6b7069ba..06117033 100644
--- a/recipes-containers/runc/runc-docker_git.bb
+++ b/recipes-containers/runc/runc-docker_git.bb
@@ -10,3 +10,5 @@ SRC_URI = "git://github.com/opencontainers/runc;nobranch=1;name=runc-docker \
10 " 10 "
11 11
12RUNC_VERSION = "1.0.0-rc92" 12RUNC_VERSION = "1.0.0-rc92"
13
14CVE_PRODUCT = "runc"
diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb
index e3e0ac30..b44050d0 100644
--- a/recipes-containers/runc/runc-opencontainers_git.bb
+++ b/recipes-containers/runc/runc-opencontainers_git.bb
@@ -6,3 +6,5 @@ SRC_URI = " \
6 file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ 6 file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
7 " 7 "
8RUNC_VERSION = "1.0.0-rc92" 8RUNC_VERSION = "1.0.0-rc92"
9
10CVE_PRODUCT = "runc"