diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2026-04-09 19:09:19 +1200 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-04-13 12:40:21 +0530 |
| commit | 964432f3af767094c2c1a65d0f7170385581e586 (patch) | |
| tree | ac7d73845e0d1766a538741a7ce6410b034459cd /meta-oe | |
| parent | d17d94e0e04eaf5f8206f4da1910dd6c66401f45 (diff) | |
| download | meta-openembedded-964432f3af767094c2c1a65d0f7170385581e586.tar.gz | |
libraw: ignore CVE-2026-5318
Vulnerability exists in the function which was added in version 0.22.0[1]
Details: https://nvd.nist.gov/vuln/detail/CVE-2026-5318
[1] https://github.com/LibRaw/LibRaw/commit/12b0e5d60c57bb795382fda8494fc45f683550b8
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/libraw/libraw_0.21.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libraw/libraw_0.21.2.bb b/meta-oe/recipes-support/libraw/libraw_0.21.2.bb index 1303c0e8ac..d285dcefff 100644 --- a/meta-oe/recipes-support/libraw/libraw_0.21.2.bb +++ b/meta-oe/recipes-support/libraw/libraw_0.21.2.bb | |||
| @@ -14,3 +14,5 @@ S = "${WORKDIR}/git" | |||
| 14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
| 15 | 15 | ||
| 16 | DEPENDS = "jpeg jasper lcms" | 16 | DEPENDS = "jpeg jasper lcms" |
| 17 | |||
| 18 | CVE_STATUS[CVE-2026-5318] = "cpe-incorrect: The current version (0.21.2) is not affected." | ||
