diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-28 11:15:29 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-07 11:53:26 +0100 |
| commit | 01e54e3b62c1c1c613a276e9dca02f5e92a5480d (patch) | |
| tree | fa0ce8548bb567fc7fb95fe8f8b1d12b0eb07090 /meta | |
| parent | 4a13afb27ea3c023885600b53648ac56a1db66e3 (diff) | |
| download | poky-01e54e3b62c1c1c613a276e9dca02f5e92a5480d.tar.gz | |
libxslt: Mark CVE-2022-29824 as not applying
We have libxml2 2.9.14 and we don't link statically against libxml2 anyway
so the CVE doesn't apply to libxslt.
(From OE-Core rev: 82f4186ec0b16d4c1d9a8612fc3b6c6701fee8ea)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c6315d8a2a1429a0fb7563b1d6352ceee7bc222c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-support/libxslt/libxslt_1.1.35.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.35.bb b/meta/recipes-support/libxslt/libxslt_1.1.35.bb index 51cfb2e281..2fd777766c 100644 --- a/meta/recipes-support/libxslt/libxslt_1.1.35.bb +++ b/meta/recipes-support/libxslt/libxslt_1.1.35.bb | |||
| @@ -19,6 +19,10 @@ SRC_URI[sha256sum] = "8247f33e9a872c6ac859aa45018bc4c4d00b97e2feac9eebc10c93ce1f | |||
| 19 | 19 | ||
| 20 | UPSTREAM_CHECK_REGEX = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar" | 20 | UPSTREAM_CHECK_REGEX = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar" |
| 21 | 21 | ||
| 22 | # We have libxml2 2.9.14 and we don't link statically with it anyway | ||
| 23 | # so this isn't an issue. | ||
| 24 | CVE_CHECK_IGNORE += "CVE-2022-29824" | ||
| 25 | |||
| 22 | S = "${WORKDIR}/libxslt-${PV}" | 26 | S = "${WORKDIR}/libxslt-${PV}" |
| 23 | 27 | ||
| 24 | BINCONFIG = "${bindir}/xslt-config" | 28 | BINCONFIG = "${bindir}/xslt-config" |
