Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Luca Ceresoli via buildroot <buildroot@buildroot.org>
To: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: "Buildroot List" <buildroot@buildroot.org>,
	"Raphaël Mélotte" <raphael.melotte@mind.be>,
	"Bernd Kuhls" <bernd@kuhls.net>
Subject: Re: [Buildroot] [PATCH 05/22] package/exim: drop stale ignore CVE entry
Date: Mon, 19 May 2025 09:01:01 +0200	[thread overview]
Message-ID: <20250519090101.5e8e6251@booty> (raw)
In-Reply-To: <20250518085723.23020-6-thomas.petazzoni@bootlin.com>

On Sun, 18 May 2025 10:56:58 +0200
Thomas Petazzoni <thomas.petazzoni@bootlin.com> wrote:

> The CVE-2022-3620 entry is not reported as affecting our exim package
> by pkg-stats. Currently it's because the NVD entry is
> incorrect (incorrect exim version), but we sent a bug report [1] to
> the NVD database so that it gets updated. Once updated, pkg-stats
> still won't report the CVE as affecting us because the issue has been
> fixed in exim 4.97, and we're using a newer version.
> 
> [1] https://lore.kernel.org/buildroot/20250517183000.40b28b4d@windsurf/
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>

-- 
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2025-05-19  7:01 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-18  8:56 [Buildroot] [PATCH 00/22] CVE updates Thomas Petazzoni via buildroot
2025-05-18  8:56 ` [Buildroot] [PATCH 01/22] boot/grub2: drop stale IGNORE_CVES entries Thomas Petazzoni via buildroot
2025-05-18 12:17   ` Julien Olivain
2025-05-18  8:56 ` [Buildroot] [PATCH 02/22] package/busybox: " Thomas Petazzoni via buildroot
2025-05-18  8:56 ` [Buildroot] [PATCH 03/22] package/dnsmasq: " Thomas Petazzoni via buildroot
2025-05-18  8:56 ` [Buildroot] [PATCH 04/22] package/dovecot: document why the ignore CVE entry is not stale Thomas Petazzoni via buildroot
2025-05-18  8:56 ` [Buildroot] [PATCH 05/22] package/exim: drop stale ignore CVE entry Thomas Petazzoni via buildroot
2025-05-19  7:01   ` Luca Ceresoli via buildroot [this message]
2025-05-18  8:56 ` [Buildroot] [PATCH 06/22] package/exim: update comment on CVE-2022-3559 Thomas Petazzoni via buildroot
2025-05-19  7:01   ` Luca Ceresoli via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 07/22] package/libopenh264: drop stale ignore CVE entry Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 08/22] package/libssh: " Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 09/22] package/netsnmp: drop stale ignore CVE entries Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 10/22] package/qt5/qt5base: drop stale ignore CVE entries, add CPE version Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 11/22] package/ripgrep: drop stale ignore CVE entry Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 12/22] package/sox: add SOX_CPE_ID_VERSION Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 13/22] package/sox: annotate ignore CVE entries Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 14/22] package/sox: add ignore CVE entry for CVE-2019-1010004 Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 15/22] package/sox: rework the 0001 patch to make it Git-applicable Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 16/22] package/sox: add fix for CVE-2021-3643 CVE-2021-23210 Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 17/22] package/sox: add fix for CVE-2021-23159, CVE-2021-23172, CVE-2023-34318 Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 18/22] package/sox: add fix for CVE-2021-40426 Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 19/22] package/sox: add fix for CVE-2022-31650, CVE-2023-26590 Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 20/22] package/sox: add fix for CVE-2022-31651 Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 21/22] package/sox: add fix for CVE-2023-32627 Thomas Petazzoni via buildroot
2025-05-18  8:57 ` [Buildroot] [PATCH 22/22] package/tinyxml: set TINYXML_CPE_ID_VERSION Thomas Petazzoni via buildroot
2025-06-04 18:18 ` [Buildroot] [PATCH 00/22] CVE updates Arnout Vandecappelle via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250519090101.5e8e6251@booty \
    --to=buildroot@buildroot.org \
    --cc=bernd@kuhls.net \
    --cc=luca.ceresoli@bootlin.com \
    --cc=raphael.melotte@mind.be \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox