diff options
| author | Marta Rybczynska <marta.rybczynska@huawei.com> | 2021-11-29 19:54:13 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-03-22 07:32:56 -0400 |
| commit | 96bd928085817e9dc54a60c61f28a4f35a7dafc5 (patch) | |
| tree | 19dbae0023dba9c8b919d55e20039da764b13bf9 /meta-oe | |
| parent | b2a8b690faae95a4f1067afdc03de6c77343daf8 (diff) | |
| download | meta-openembedded-96bd928085817e9dc54a60c61f28a4f35a7dafc5.tar.gz | |
jansson: whitelist CVE-2020-36325
According to the upstream [1], the bug happens only if the programmer
does not follow the API definition.
[1] https://github.com/akheron/jansson/issues/548
Signed-off-by: Marta Rybczynska <marta.rybczynska@huawei.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit e0e79bbde23f17185cc59908fee97c0cea098428)
[Fixup for Kirkstone context]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-extended/jansson/jansson_2.13.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/jansson/jansson_2.13.1.bb b/meta-oe/recipes-extended/jansson/jansson_2.13.1.bb index d6e56ea768..edc5e00f52 100644 --- a/meta-oe/recipes-extended/jansson/jansson_2.13.1.bb +++ b/meta-oe/recipes-extended/jansson/jansson_2.13.1.bb | |||
| @@ -11,4 +11,7 @@ SRC_URI[sha256sum] = "f4f377da17b10201a60c1108613e78ee15df6b12016b116b6de42209f4 | |||
| 11 | 11 | ||
| 12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
| 13 | 13 | ||
| 14 | # upstream considers it isn't a real bug https://github.com/akheron/jansson/issues/548 | ||
| 15 | CVE_CHECK_IGNORE = "CVE-2020-36325 " | ||
| 16 | |||
| 14 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |
