From a26a769011ca88a8756b412fb11f6456ca334284 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Thu, 16 Apr 2026 16:25:48 -0500 Subject: [PATCH] nginx: set CVE_PRODUCT nginx has a long history, and has used multiple CPEs over time. Set CVE_PRODUCT to reflect current and historic vendor:product pairs. Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj (cherry picked from commit d25aadbbb53d54382b4b82b1f78a69d4d117fd28) Signed-off-by: Colin Pinnell McAllister Signed-off-by: Anuj Mittal --- meta-webserver/recipes-httpd/nginx/nginx.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc index 05e3cab44d..e392ed107c 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx.inc +++ b/meta-webserver/recipes-httpd/nginx/nginx.inc @@ -194,3 +194,5 @@ USERADD_PARAM:${PN} = " \ --groups www-data \ --shell ${base_sbindir}/nologin \ --user-group ${NGINX_USER}" + +CVE_PRODUCT = "nginx:nginx f5:nginx_open_source f5:nginx"