| Message ID | 20260222164531.1971606-1-skandigraun@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-networking,kirkstone] dovecot: ignore CVE-2025-30189 | expand |
diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb b/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb index b9473d0345..c1fa702eaa 100644 --- a/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb +++ b/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb @@ -78,3 +78,6 @@ FILES:${PN}-dbg += "${libdir}/dovecot/*/.debug" # CVE-2016-4983 affects only postinstall script on specific distribution CVE_CHECK_IGNORE += "CVE-2016-4983" + +# cpe-incorrect: The current version (2.3.14) is not affected. +CVE_CHECK_IGNORE += "CVE-2025-30189"