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>
This commit is contained in:
Ralph Siemsen 2021-04-28 11:44:11 -04:00 committed by Bruce Ashfield
parent 3ac4e5f49d
commit 2874482a0e
2 changed files with 4 additions and 0 deletions

View File

@ -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"

View File

@ -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"