From 7a1dbe100428e58a3cd7e69eb361eb47013afe5f Mon Sep 17 00:00:00 2001 From: Ralph Siemsen Date: Wed, 28 Apr 2021 11:44:11 -0400 Subject: 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 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-containers/runc/runc-docker_git.bb') 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 \ " RUNC_VERSION = "1.0.0-rc93" + +CVE_PRODUCT = "runc" -- cgit v1.2.3-54-g00ecf