mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
0cd6a81d6d
commit
7ed65df80f
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user