diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2026-04-09 19:08:58 +1200 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-04-13 12:40:21 +0530 |
| commit | 7cc6fe87bcbfec9e53f381fce1d5a73bd9495625 (patch) | |
| tree | cd2aaf44be502e5fbe27322dbe1e6b3e38bb59db /meta-oe/recipes-devtools | |
| parent | d086d0b43e039e3a13655ba4f666d0eca972bc4b (diff) | |
| download | meta-openembedded-7cc6fe87bcbfec9e53f381fce1d5a73bd9495625.tar.gz | |
abseil-cpp: ignore CVE-2025-0838
The commit[1] mentioned in the NVD[2] is part of the current version[3].
[1] https://github.com/abseil/abseil-cpp/commit/5a0e2cb5e3958dd90bb8569a2766622cb74d90c1
[2] https://nvd.nist.gov/vuln/detail/CVE-2025-0838
[3] https://github.com/abseil/abseil-cpp/commit/54fac219c4ef0bc379dfffb0b8098725d77ac81b
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
| -rw-r--r-- | meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.3.bb b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.3.bb index a11b5cbb53..ff5aedb9c3 100644 --- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.3.bb +++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.3.bb | |||
| @@ -53,3 +53,5 @@ python split_dynamic_packages() { | |||
| 53 | ALLOW_EMPTY:${PN} = "1" | 53 | ALLOW_EMPTY:${PN} = "1" |
| 54 | 54 | ||
| 55 | BBCLASSEXTEND = "native nativesdk" | 55 | BBCLASSEXTEND = "native nativesdk" |
| 56 | |||
| 57 | CVE_STATUS[CVE-2025-0838] = "cpe-incorrect: The current version (20240116.3) is not affected." | ||
