diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-05 11:02:21 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-01-06 18:07:51 +0530 |
| commit | 0827d22e4c1200baeca876993832e83f483f0f05 (patch) | |
| tree | 7620111afd56b73e8f3a610d9ed09439a9b5139b /meta-networking/recipes-connectivity | |
| parent | 670aa709fb3b5a813b6cc897fe73b55e58f4a713 (diff) | |
| download | meta-openembedded-0827d22e4c1200baeca876993832e83f483f0f05.tar.gz | |
civetweb: ignore CVE-2025-9648
Details: https://nvd.nist.gov/vuln/detail/CVE-2025-9648
It is already fixed in the currently used version.
Also, update CVE-2025-55763's status to "fixed-version" (so it will be
marked as "Patched" in the CVE report instead of "Ignored")
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit bfb76da63bd141173aeb71ce91c336b8aa557a5f)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
| -rw-r--r-- | meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb b/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb index 1d0207edb1..0e13bc6deb 100644 --- a/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb +++ b/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb | |||
| @@ -10,7 +10,8 @@ SRC_URI = "git://github.com/civetweb/civetweb.git;branch=master;protocol=https \ | |||
| 10 | file://0001-Unittest-Link-librt-and-libm-using-l-option.patch \ | 10 | file://0001-Unittest-Link-librt-and-libm-using-l-option.patch \ |
| 11 | " | 11 | " |
| 12 | 12 | ||
| 13 | CVE_STATUS[CVE-2025-55763] = "cpe-incorrect: The vulnerability is fixed in the used revision" | 13 | CVE_STATUS[CVE-2025-55763] = "fixed-version: The vulnerability is fixed in the used revision" |
| 14 | CVE_STATUS[CVE-2025-9648] = "fixed-version: The vulnerability is fixed in the used revision" | ||
| 14 | 15 | ||
| 15 | # civetweb supports building with make or cmake (although cmake lacks few features) | 16 | # civetweb supports building with make or cmake (although cmake lacks few features) |
| 16 | inherit cmake | 17 | inherit cmake |
