From 6082575fafe4a30d4814876d803f32191fbe9460 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 11 Aug 2020 11:33:07 -0700 Subject: gcc-9.3.inc: Mark CVE-2019-15847 as fixed We do not have explicit patch to mark it and cve checker gets confused, so help it out (From OE-Core rev: 17c654c34d59b1491f41fc328222697f407c23b1) Signed-off-by: Khem Raj Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-9.3.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/gcc/gcc-9.3.inc') diff --git a/meta/recipes-devtools/gcc/gcc-9.3.inc b/meta/recipes-devtools/gcc/gcc-9.3.inc index b0411078d3..38dee001d4 100644 --- a/meta/recipes-devtools/gcc/gcc-9.3.inc +++ b/meta/recipes-devtools/gcc/gcc-9.3.inc @@ -23,6 +23,8 @@ LIC_FILES_CHKSUM = "\ file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8 \ " +CVE_CHECK_WHITELIST += "CVE-2019-15847" + BASEURI ?= "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.xz" #RELEASE ?= "5a5ca2d" #BASEURI ?= "https://repo.or.cz/official-gcc.git/snapshot/${RELEASE}.tar.gz;downloadfilename=gcc-${RELEASE}.tar.gz" -- cgit v1.2.3-54-g00ecf