| Message ID | 20260406151303.3640343-4-skandigraun@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-oe,1/4] nodejs: ignore fixed CVEs | expand |
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} = " \ ${@bb.utils.contains('PACKAGECONFIG', 'swanctl', '${BPN}.service', '', d)} \ ${@bb.utils.contains('PACKAGECONFIG', 'charon', '${BPN}-starter.service', '', d)} \ " + +CVE_STATUS[CVE-2026-25075] = "fixed-version: fixed in 6.0.5"
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> --- meta-networking/recipes-support/strongswan/strongswan_6.0.5.bb | 2 ++ 1 file changed, 2 insertions(+)