]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
curl: Fix CVE_CHECK_WHITELIST typo
authorRobert Joslyn <robert.joslyn@redrectangle.org>
Sun, 5 Jun 2022 21:47:34 +0000 (14:47 -0700)
committerSteve Sakoman <steve@sakoman.com>
Tue, 7 Jun 2022 18:56:30 +0000 (08:56 -1000)
Fix typo to properly whitelist CVE-2021-22945.

Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-support/curl/curl_7.69.1.bb

index b53b00cc3822ed71c5c5fb1cf367d8caa4b0172e..5a597a7dd9e708fe8d63e8a82edaf2ff7b03d099 100644 (file)
@@ -42,7 +42,7 @@ SRC_URI[sha256sum] = "2ff5e5bd507adf6aa88ff4bbafd4c7af464867ffb688be93b9930717a5
 
 # Curl has used many names over the years...
 CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl"
-CVE_CHECK_WHITELIST = "CVE-2021-22922 CVE-2021-22923 CVE-2021-22926 CVE-22945"
+CVE_CHECK_WHITELIST = "CVE-2021-22922 CVE-2021-22923 CVE-2021-22926 CVE-2021-22945"
 
 # As per link https://security-tracker.debian.org/tracker/CVE-2021-22897
 # and https://ubuntu.com/security/CVE-2021-22897