From: Peter Marko <peter.ma...@siemens.com> Add all relevant products from following query. Also remove generic "protobuf" to avoid mathcing golang:protobuf.
.../downloads/CVE_CHECK2$ sqlite3 nvdcve_2-2.db sqlite> select vendor, product, count(8) 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.ma...@siemens.com> --- meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb | 2 ++ 1 file changed, 2 insertions(+) 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+)))" S = "${WORKDIR}/git" +CVE_PRODUCT = "google:protobuf protobuf:protobuf google-protobuf protobuf-cpp" + inherit cmake pkgconfig ptest PACKAGECONFIG ??= ""
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#115226): https://lists.openembedded.org/g/openembedded-devel/message/115226 Mute This Topic: https://lists.openembedded.org/mt/110959924/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-