summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2023-07-23 19:15:01 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-07-25 15:27:33 +0100
commit7ed65df80f5929229a8e2ba7c179dcbd1ad480ad (patch)
treeb7da6d8aee1116658ca64ce67a3d081a5d2adc04
parent0cd6a81d6df7b4f9fc1322bbc7306ab5802f5875 (diff)
downloadpoky-7ed65df80f5929229a8e2ba7c179dcbd1ad480ad.tar.gz
cve-extra-exclusions: fix syntax error
CVE_STATUS conversion for CVE-2020-18974 dad a syntax error by not adding continuation backslash. (From OE-Core rev: 64d2f868485c32b459df80c5aafdff14cce70f26) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/distro/include/cve-extra-exclusions.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/include/cve-extra-exclusions.inc b/meta/conf/distro/include/cve-extra-exclusions.inc
index 61fb08dbeb..9d4422bc0f 100644
--- a/meta/conf/distro/include/cve-extra-exclusions.inc
+++ b/meta/conf/distro/include/cve-extra-exclusions.inc
@@ -122,6 +122,6 @@ We'll pick up any fix when upstream accepts one."
122 122
123# nasm:nasm-native https://nvd.nist.gov/vuln/detail/CVE-2020-18974 123# nasm:nasm-native https://nvd.nist.gov/vuln/detail/CVE-2020-18974
124CVE_STATUS[CVE-2020-18974] = "upstream-wontfix: \ 124CVE_STATUS[CVE-2020-18974] = "upstream-wontfix: \
125It is a fuzzing related buffer overflow. It is of low impact since most devices 125It is a fuzzing related buffer overflow. It is of low impact since most devices \
126wouldn't expose an assembler. The upstream is inactive and there is little to be 126wouldn't expose an assembler. The upstream is inactive and there is little to be \
127done about the bug, ignore from an OE perspective." 127done about the bug, ignore from an OE perspective."