From bb4a4f0ff8d9926137cb152fd3f2808bd9f961ce 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 --- meta-networking/recipes-connectivity/samba/samba_4.14.5.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-networking/recipes-connectivity/samba/samba_4.14.5.bb b/meta-networking/recipes-connectivity/samba/samba_4.14.5.bb index bc4c615a73..efaf4f2a15 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.14.5.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.14.5.bb @@ -40,6 +40,10 @@ SRC_URI[sha256sum] = "bb6ef5d2f16b85288d823578abc453d9a80514c42e5a2ea2c4e3c60dc4 UPSTREAM_CHECK_REGEX = "samba\-(?P4\.14(\.\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 1.2.3-korg