summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Bouvier <benjamin.bouvier@ekinops.com>2024-11-15 08:21:47 +0100
committerKhem Raj <raj.khem@gmail.com>2024-11-19 16:59:09 -0800
commitd91c3225bda250f45af4865eefb970182cae3a6c (patch)
tree53e2015fc27647ec777aa587b6e0f76789daa264
parent443dde4258ab5dc83be6fcda7f34a3240d4db597 (diff)
downloadmeta-openembedded-d91c3225bda250f45af4865eefb970182cae3a6c.tar.gz
libfastjson: add CVE_PRODUCT
Add exact CPE name in CVE_PRODUCT. Signed-off-by: Benjamin Bouvier <benjamin.bouvier@ekinops.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb b/meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb
index f16126d936..967018ca1f 100644
--- a/meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb
+++ b/meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb
@@ -12,4 +12,6 @@ SRCREV = "3a8402c1de7c7747c95229db26d8d32fb85a7a52"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15CVE_PRODUCT = "rsyslog:libfastjson"
16
15inherit autotools 17inherit autotools