diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-03 17:47:50 +0530 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-11 10:06:09 +0100 |
| commit | 1be2437fd2a8c039535839cd05f8bbf6cbd805a4 (patch) | |
| tree | 82d68e98fb61cc101d3ffea5ac615789d6ea5438 /meta | |
| parent | d3d92d7852e859f41b67132efda42dc6942c1a3f (diff) | |
| download | poky-1be2437fd2a8c039535839cd05f8bbf6cbd805a4.tar.gz | |
libxslt: Mark CVE-2022-29824 as not applying
We have libxml2 2.9.10 and we don't link statically against libxml2 anyway
so the CVE doesn't apply to libxslt.
(From OE-Core rev: c6315d8a2a1429a0fb7563b1d6352ceee7bc222c)
(From OE-Core rev: 9c736c9dcf5f18b8db082a0903be0acb3fbb51c2)
Signed-off-by: Omkar Patil <Omkar.Patil@kpit.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit ad63694e6df4f284879f7220962a821f97928eb0)
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.34.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.34.bb b/meta/recipes-support/libxslt/libxslt_1.1.34.bb index 62afec5755..4755677bec 100644 --- a/meta/recipes-support/libxslt/libxslt_1.1.34.bb +++ b/meta/recipes-support/libxslt/libxslt_1.1.34.bb | |||
| @@ -22,6 +22,10 @@ SRC_URI[sha256sum] = "98b1bd46d6792925ad2dfe9a87452ea2adebf69dcb9919ffd55bf926a7 | |||
| 22 | 22 | ||
| 23 | UPSTREAM_CHECK_REGEX = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar" | 23 | UPSTREAM_CHECK_REGEX = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar" |
| 24 | 24 | ||
| 25 | # We have libxml2 2.9.10 and we don't link statically with it anyway | ||
| 26 | # so this isn't an issue. | ||
| 27 | CVE_CHECK_WHITELIST += "CVE-2022-29824" | ||
| 28 | |||
| 25 | S = "${WORKDIR}/libxslt-${PV}" | 29 | S = "${WORKDIR}/libxslt-${PV}" |
| 26 | 30 | ||
| 27 | BINCONFIG = "${bindir}/xslt-config" | 31 | BINCONFIG = "${bindir}/xslt-config" |
