diff options
author | Ralph Siemsen <ralph.siemsen@linaro.org> | 2021-04-28 11:44:11 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-29 23:09:43 -0400 |
commit | d330985227d6b2a887fda40d607ea0f43957496a (patch) | |
tree | 0914daa0186afe1920f0668cee5a5473fd0ed06d | |
parent | dbc30bbf446457d2452996ba6c3f8f63a11bc3b4 (diff) | |
download | meta-virtualization-d330985227d6b2a887fda40d607ea0f43957496a.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.bb | 2 | ||||
-rw-r--r-- | recipes-containers/runc/runc-opencontainers_git.bb | 2 |
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 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 | ||
12 | RUNC_VERSION = "1.0.0-rc93" | 12 | RUNC_VERSION = "1.0.0-rc93" |
13 | |||
14 | CVE_PRODUCT = "runc" | ||
diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb index 81488872..d2f14f31 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 | " |
8 | RUNC_VERSION = "1.0.0-rc93" | 8 | RUNC_VERSION = "1.0.0-rc93" |
9 | |||
10 | CVE_PRODUCT = "runc" | ||