summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-01-19 23:27:46 +1300
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-01-20 10:17:24 +0530
commit23efe27897384e01d98bfed773a1c7e96cc9199d (patch)
tree8e31921c5a93454eaacf6af0c63eab03e244c5b6
parent5acd5f7386e839ba1fdb255c101a8cc6b0b2c4b8 (diff)
downloadmeta-openembedded-23efe27897384e01d98bfed773a1c7e96cc9199d.tar.gz
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 <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d25aadbbb53d54382b4b82b1f78a69d4d117fd28) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
-rw-r--r--meta-webserver/recipes-httpd/nginx/nginx.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc
index bcc384bd8a..20db23d6c0 100644
--- a/meta-webserver/recipes-httpd/nginx/nginx.inc
+++ b/meta-webserver/recipes-httpd/nginx/nginx.inc
@@ -202,3 +202,5 @@ USERADD_PARAM:${PN} = " \
202 --groups www-data \ 202 --groups www-data \
203 --shell ${base_sbindir}/nologin \ 203 --shell ${base_sbindir}/nologin \
204 --user-group ${NGINX_USER}" 204 --user-group ${NGINX_USER}"
205
206CVE_PRODUCT = "nginx:nginx f5:nginx_open_source f5:nginx"