diff mbox series

cve-extra-exclusions: fix syntax error

Message ID 20230723171501.1746309-1-peter.marko@siemens.com
State Accepted, archived
Commit 64d2f868485c32b459df80c5aafdff14cce70f26
Headers show
Series cve-extra-exclusions: fix syntax error | expand

Commit Message

Peter Marko July 23, 2023, 5:15 p.m. UTC
From: Peter Marko <peter.marko@siemens.com>

CVE_STATUS conversion for CVE-2020-18974 dad a syntax error
by not adding continuation backslash.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 meta/conf/distro/include/cve-extra-exclusions.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

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."
 
 # nasm:nasm-native https://nvd.nist.gov/vuln/detail/CVE-2020-18974
 CVE_STATUS[CVE-2020-18974] = "upstream-wontfix: \
-It is a fuzzing related buffer overflow. It is of low impact since most devices
-wouldn't expose an assembler. The upstream is inactive and there is little to be
+It is a fuzzing related buffer overflow. It is of low impact since most devices \
+wouldn't expose an assembler. The upstream is inactive and there is little to be \
 done about the bug, ignore from an OE perspective."