diff options
| author | Himanshu Jadon <hjadon@cisco.com> | 2026-04-20 19:43:58 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-04-21 13:11:11 +0000 |
| commit | f8bbbf1f7d7b5c7ef6b2c9c86a93cb44524bc740 (patch) | |
| tree | 70907b697381f460d69d71c6895f2bc8b68cdbe0 | |
| parent | 6218ce020d388cf05a95b6427cda1e93d8438929 (diff) | |
| download | meta-virtualization-f8bbbf1f7d7b5c7ef6b2c9c86a93cb44524bc740.tar.gz | |
go-distribution: Add CVE_PRODUCT to align with NVD CPE
CVE_PRODUCT has been set to docker:registry to align with the NVD CPE
product namespace for the distribution/registry codebase.
Only a single CPE entry exists in the NVD for this product:
cpe:2.3:a:docker:registry
This ensures CVEs tracked for docker registry are matched for this recipe.
Signed-off-by: Himanshu Jadon <hjadon@cisco.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-devtools/go/go-distribution_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/go/go-distribution_git.bb b/recipes-devtools/go/go-distribution_git.bb index 57b87f76..830f20b5 100644 --- a/recipes-devtools/go/go-distribution_git.bb +++ b/recipes-devtools/go/go-distribution_git.bb | |||
| @@ -37,3 +37,5 @@ go_distribution_digeset_sysroot_preprocess () { | |||
| 37 | } | 37 | } |
| 38 | 38 | ||
| 39 | FILES:${PN} += "${prefix}/local/go/src/${PKG_NAME}/*" | 39 | FILES:${PN} += "${prefix}/local/go/src/${PKG_NAME}/*" |
| 40 | |||
| 41 | CVE_PRODUCT = "docker:registry" | ||
