From d614d160a10b3c5ac36702fbd433f98925a9aa8e Mon Sep 17 00:00:00 2001 From: Sekine Shigeki Date: Fri, 11 Jun 2021 17:32:34 +0900 Subject: add CVE-2011-2411 to allowlist This affects only on HP NonStop Server, so add it to allowlist. Signed-off-by: Sekine Shigeki Signed-off-by: Khem Raj (cherry picked from commit bb4a4f0ff8d9926137cb152fd3f2808bd9f961ce) Signed-off-by: Armin Kuster --- meta-networking/recipes-connectivity/samba/samba_4.10.18.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-networking/recipes-connectivity/samba/samba_4.10.18.bb b/meta-networking/recipes-connectivity/samba/samba_4.10.18.bb index 166bf57279..018c748390 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.10.18.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.10.18.bb @@ -44,6 +44,10 @@ SRC_URI[sha256sum] = "7dcfc2aaaac565b959068788e6a43fc79ce2a03e7d523f5843f7a9fddf UPSTREAM_CHECK_REGEX = "samba\-(?P4\.10(\.\d+)+).tar.gz" inherit systemd waf-samba cpan-base perlnative update-rc.d + +# CVE-2011-2411 is valnerble only on HP NonStop Servers. +CVE_CHECK_WHITELIST += "CVE-2011-2411" + # remove default added RDEPENDS on perl RDEPENDS_${PN}_remove = "perl" -- cgit v1.2.3-54-g00ecf