aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorMatsunaga-Shinji <shin.matsunaga@fujitsu.com>2022-04-05 15:51:35 +0900
committerKhem Raj <raj.khem@gmail.com>2022-04-06 20:25:34 -0400
commitdd5ed4dcbb2acae02ee691904f06ca0f714cbc47 (patch)
tree1e54fdd0589e346419e706e312626a59b47d1289 /meta-networking/recipes-connectivity
parenta164804d76e86b418ed6ad9cd8de18db43f5fe7b (diff)
downloadmeta-openembedded-dd5ed4dcbb2acae02ee691904f06ca0f714cbc47.tar.gz
samba: add 2 cves to allowlist
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/samba/samba_4.14.12.bb5
1 files changed, 5 insertions, 0 deletions
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 dc6e4b5e16..3da397f5c7 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"