diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-02-12 19:00:19 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-02-24 07:00:53 -0800 |
| commit | 0160cb77513e7df459942b21c5b5851731e330e1 (patch) | |
| tree | 8023317d0b7d8336623a277c767af91b6eb42646 /meta | |
| parent | 6f864dc1171328f2da11e479cc839d5d90e5bbcd (diff) | |
| download | poky-0160cb77513e7df459942b21c5b5851731e330e1.tar.gz | |
libpcre2: ignore CVE-2022-1586
This CVE is fixed in 10.40
NVD wrongly changed <10.40 to =10.40 when adding debian_linux=10.0
Reference:
https://nvd.nist.gov/vuln/detail/CVE-2022-1586#VulnChangeHistorySection
(From OE-Core rev: 63cbfcd0262d65c66762aa6a8b17b8e8b809737f)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-support/libpcre/libpcre2_10.40.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/libpcre/libpcre2_10.40.bb b/meta/recipes-support/libpcre/libpcre2_10.40.bb index 74c12ecec2..ba5f8cff32 100644 --- a/meta/recipes-support/libpcre/libpcre2_10.40.bb +++ b/meta/recipes-support/libpcre/libpcre2_10.40.bb | |||
| @@ -19,6 +19,10 @@ SRC_URI[sha256sum] = "14e4b83c4783933dc17e964318e6324f7cae1bc75d8f3c79bc6969f00c | |||
| 19 | 19 | ||
| 20 | CVE_PRODUCT = "pcre2" | 20 | CVE_PRODUCT = "pcre2" |
| 21 | 21 | ||
| 22 | # This CVE is fixed in 10.40 | ||
| 23 | # NVD wrongly changed <10.40 to =10.40 when adding debian_linux=10.0 | ||
| 24 | CVE_CHECK_IGNORE += "CVE-2022-1586" | ||
| 25 | |||
| 22 | S = "${WORKDIR}/pcre2-${PV}" | 26 | S = "${WORKDIR}/pcre2-${PV}" |
| 23 | 27 | ||
| 24 | PROVIDES += "pcre2" | 28 | PROVIDES += "pcre2" |
