diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-04-06 17:13:03 +0200 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-06 09:46:31 -0700 |
| commit | e32b9747549a48c51277eac9caed79ac3fc843e7 (patch) | |
| tree | 9b4496fec8d24c62726e03a10d4c72b84359f78e | |
| parent | 4ee0103733f46079b4100797248e589505732aca (diff) | |
| download | meta-openembedded-e32b9747549a48c51277eac9caed79ac3fc843e7.tar.gz | |
strongswan: mark CVE-2026-25075 as patched
The CVE is fixed in the current version already, however
NVD tracks it without version - suppress the report explicitly.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
| -rw-r--r-- | meta-networking/recipes-support/strongswan/strongswan_6.0.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/strongswan/strongswan_6.0.5.bb b/meta-networking/recipes-support/strongswan/strongswan_6.0.5.bb index c3909acff2..405080070c 100644 --- a/meta-networking/recipes-support/strongswan/strongswan_6.0.5.bb +++ b/meta-networking/recipes-support/strongswan/strongswan_6.0.5.bb | |||
| @@ -189,3 +189,5 @@ SYSTEMD_SERVICE:${PN} = " \ | |||
| 189 | ${@bb.utils.contains('PACKAGECONFIG', 'swanctl', '${BPN}.service', '', d)} \ | 189 | ${@bb.utils.contains('PACKAGECONFIG', 'swanctl', '${BPN}.service', '', d)} \ |
| 190 | ${@bb.utils.contains('PACKAGECONFIG', 'charon', '${BPN}-starter.service', '', d)} \ | 190 | ${@bb.utils.contains('PACKAGECONFIG', 'charon', '${BPN}-starter.service', '', d)} \ |
| 191 | " | 191 | " |
| 192 | |||
| 193 | CVE_STATUS[CVE-2026-25075] = "fixed-version: fixed in 6.0.5" | ||
