package/qt6/qt6base: fix QT6BASE_IGNORE_CVES for CVE-2023-51714
Commit4009842cba
("package/qt6/qt6base: backport fix for CVE-2023-51714") brought in a fix for CVE-2023-51714, but got the QT6BASE_IGNORE_CVES update wrong, due to a copy/paste error with the previous QT6BASE_IGNORE_CVES entry. Due to this CVE-2023-51714 is still reported as affecting qt6base, while the security fix is already there. Fixes:4009842cba
("package/qt6/qt6base: backport fix for CVE-2023-51714") Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
9749b6fbc9
commit
0980919b90
@ -18,7 +18,7 @@ QT6BASE_IGNORE_CVES += CVE-2023-32763
|
||||
# 0009-QXmlStreamReader-Raise-error-on-unexpected-tokens.patch
|
||||
QT6BASE_IGNORE_CVES += CVE-2023-38197
|
||||
# 0011-HPack-fix-incorrect-integer-overflow-check.patch
|
||||
QT6BASE_IGNORE_CVES += CVE-2023-38197
|
||||
QT6BASE_IGNORE_CVES += CVE-2023-51714
|
||||
# 0013-QXmlStreamReader-make-fastScanName-indicate-parsing-.patch
|
||||
QT6BASE_IGNORE_CVES += CVE-2023-37369
|
||||
# 0014-Schannel-Reject-certificate-not-signed-by-a-configur.patch
|
||||
|
Loading…
Reference in New Issue
Block a user