summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/protobuf
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2025-02-03 19:22:09 +0100
committerKhem Raj <raj.khem@gmail.com>2025-02-03 13:03:25 -0800
commit30e585a505c025754977305f4f2dcea737cb6d44 (patch)
tree92b4d9cfc789ee8461c63fa15ceae8ecb39d860c /meta-oe/recipes-devtools/protobuf
parenta60b3e2b26daf71f266eef38f714e09fcf13c7f5 (diff)
downloadmeta-openembedded-30e585a505c025754977305f4f2dcea737cb6d44.tar.gz
protobuf: set CVE_PRODUCT
Add all relevant products from following query. Also remove generic "protobuf" to avoid matching golang:protobuf. .../downloads/CVE_CHECK2$ sqlite3 nvdcve_2-2.db sqlite> select vendor, product, count(*) from products where product like '%protobuf%' group by vendor, product; golang|protobuf|1 google|google-protobuf|5 google|protobuf|2 google|protobuf-cpp|4 google|protobuf-java|15 google|protobuf-javalite|12 google|protobuf-kotlin|6 google|protobuf-kotlin-lite|4 google|protobuf-python|4 protobuf|protobuf|1 protobuf-c_project|protobuf-c|2 protobufjs_project|protobufjs|3 rust-protobuf_project|rust-protobuf|2 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/protobuf')
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb
index 7a26967dc8..a470a7c643 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb
@@ -27,6 +27,8 @@ UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.(25\.(\d+)))"
27 27
28S = "${WORKDIR}/git" 28S = "${WORKDIR}/git"
29 29
30CVE_PRODUCT = "google:protobuf protobuf:protobuf google-protobuf protobuf-cpp"
31
30inherit cmake pkgconfig ptest 32inherit cmake pkgconfig ptest
31 33
32PACKAGECONFIG ??= "" 34PACKAGECONFIG ??= ""