]> code.ossystems Code Review - openembedded-core.git/commitdiff
ppp: Whitelist CVE-2020-15704
authorRobert Joslyn <robert.joslyn@redrectangle.org>
Sun, 17 Jan 2021 18:42:33 +0000 (10:42 -0800)
committerSteve Sakoman <steve@sakoman.com>
Tue, 19 Jan 2021 14:22:10 +0000 (04:22 -1000)
This CVE only applies to the load_ppp_generic_if_needed patch applied by
Ubuntu. This patch is not used by OpenEmbedded, so the CVE does not
apply.

Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-connectivity/ppp/ppp_2.4.7.bb

index 60c56dd0bdf6756558b67daf84ba2f0c2ef31958..76c1cc62a7e13012c560578100c7e0de66152140 100644 (file)
@@ -42,6 +42,10 @@ SRC_URI_append_libc-musl = "\
 SRC_URI[md5sum] = "78818f40e6d33a1d1de68a1551f6595a"
 SRC_URI[sha256sum] = "02e0a3dd3e4799e33103f70ec7df75348c8540966ee7c948e4ed8a42bbccfb30"
 
+# This CVE is specific to a patch applied by Ubuntu that is not used by
+# OpenEmbedded.
+CVE_CHECK_WHITELIST += "CVE-2020-15704"
+
 inherit autotools-brokensep systemd
 
 TARGET_CC_ARCH += " ${LDFLAGS}"