diff options
author | Benjamin Bouvier <benjamin.bouvier@ekinops.com> | 2024-11-15 08:21:47 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 16:59:09 -0800 |
commit | d91c3225bda250f45af4865eefb970182cae3a6c (patch) | |
tree | 53e2015fc27647ec777aa587b6e0f76789daa264 | |
parent | 443dde4258ab5dc83be6fcda7f34a3240d4db597 (diff) | |
download | meta-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.bb | 2 |
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 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | CVE_PRODUCT = "rsyslog:libfastjson" | ||
16 | |||
15 | inherit autotools | 17 | inherit autotools |