summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc/runc-docker_git.bb
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:08:39 -0400
commit7a1dbe100428e58a3cd7e69eb361eb47013afe5f (patch)
tree776a1c6a4696e3e3ab630927a4eecfd030efb70e /recipes-containers/runc/runc-docker_git.bb
parent96b765ff843f6e1878dadd9026da6a55176c5a41 (diff)
downloadmeta-virtualization-7a1dbe100428e58a3cd7e69eb361eb47013afe5f.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>
Diffstat (limited to 'recipes-containers/runc/runc-docker_git.bb')
-rw-r--r--recipes-containers/runc/runc-docker_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb
index d614fc4f..ff142d00 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-rc93" 12RUNC_VERSION = "1.0.0-rc93"
13
14CVE_PRODUCT = "runc"