[meta-networking] samba: add 2 cves to allowlist

Message ID 20220405065135.1626306-1-shin.matsunaga@fujitsu.com
State New
Headers show
Series [meta-networking] samba: add 2 cves to allowlist | expand

Commit Message

Shinji Matsunaga April 5, 2022, 6:51 a.m. UTC
Patch for CVE-2018-1050 is applied in version 4.5.15, 4.6.13, 4.7.5.
Patch for CVE-2018-1057 is applied in version 4.3.13, 4.4.16.

Signed-off-by: matsunaga-shinji <shin.matsunaga@fujitsu.com>
---
 meta-networking/recipes-connectivity/samba/samba_4.14.12.bb | 5 +++++
 1 file changed, 5 insertions(+)

Patch

diff --git a/meta-networking/recipes-connectivity/samba/samba_4.14.12.bb b/meta-networking/recipes-connectivity/samba/samba_4.14.12.bb
index dc6e4b5e1..3da397f5c 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.14.12.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.14.12.bb
@@ -340,3 +340,8 @@  RDEPENDS:${PN}-test = "\
     "
 
 ALLOW_EMPTY:${PN}-test = "1"
+
+# Patch for CVE-2018-1050 is applied in version 4.5.15, 4.6.13, 4.7.5.
+# Patch for CVE-2018-1057 is applied in version 4.3.13, 4.4.16.
+CVE_CHECK_IGNORE += "CVE-2018-1050"
+CVE_CHECK_IGNORE += "CVE-2018-1057"