All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Daniel P. Berrangé" <berrange@redhat.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: qemu-devel@nongnu.org, "Alex Bennée" <alex.bennee@linaro.org>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Pierrick Bouvier" <pierrick.bouvier@oss.qualcomm.com>,
	"Thomas Huth" <thuth@redhat.com>,
	"Mauro Matteo Cascella" <mcascell@redhat.com>
Subject: Re: [qemu-web PATCH v2 3/3] contribute: switch security process to gitlab confidential issues
Date: Thu, 18 Jun 2026 16:06:19 +0100	[thread overview]
Message-ID: <ajQJa0N54Ges2-f2@redhat.com> (raw)
In-Reply-To: <20260618104051-mutt-send-email-mst@kernel.org>

On Thu, Jun 18, 2026 at 10:42:15AM -0400, Michael S. Tsirkin wrote:
> On Thu, Jun 18, 2026 at 02:20:58PM +0100, Daniel P. Berrangé wrote:
> > It is no longer viable to handle the incredible volumes of
> > AI assisted security disclosures via email, nor are extended
> > embargos practical or useful.
> > 
> > Remove all information about the current security process and
> > instruct reporters to use 'confidential' issues. In contrast
> > to the old highly restrictive "need to know" approach, the
> > new approach makes all security issues visible to all QEMU
> > maintainers immediately.
> > 
> > The focus is on making issues public as soon as possible with
> > a viable patch. Co-ordinated disclosure will no longer be
> > attempted and nor will requests to embargoes be accepted.
> > 
> > Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> 
> Thanks for taking on this. One question:
> 
> 
> > ---
> >  contribute/report-a-bug.md     |   9 +-
> >  contribute/security-process.md | 309 +++++++++++++++------------------
> >  2 files changed, 148 insertions(+), 170 deletions(-)
> > 
> > diff --git a/contribute/report-a-bug.md b/contribute/report-a-bug.md
> > index fd3bc6b..b506f9f 100644
> > --- a/contribute/report-a-bug.md
> > +++ b/contribute/report-a-bug.md
> > @@ -11,6 +11,11 @@ on GitLab, taking into account the following guidance.
> >    requested pieces of information that are relevant to the
> >    discovered bug.
> >  
> > +* Bugs which are suspected, or known, to have security implications
> > +  **must** be marked as "*confidential*" prior to submitting the
> > +  disclosure. Consult the [security process](../security-process)
> > +  for further guidance on security issue handling.
> > +
> >  * Reproduce the problem with the latest upstream QEMU release.
> >    Reports against older versions may not be acted upon with
> >    with the same priority.
> 
> 
> There's a problem here in that confidential marking is later
> erased. I feel would is benefitial to tag the security bugs
> in some way that does not go away so easily. Any idea?

Yes, see this paragraph....

> > + * If confirmed as a security flaw, a maintainer will add the
> > +   **"Kind::Security"**, **"Workflow::Confirmed"** and
> > +   **"CVE::Required"** labels.. The latter indicates the need
> > +   for a CNA to allocate a CVE.


With regards,
Daniel
-- 
|: https://berrange.com       ~~        https://hachyderm.io/@berrange :|
|: https://libvirt.org          ~~          https://entangle-photo.org :|
|: https://pixelfed.art/berrange   ~~    https://fstop138.berrange.com :|



  reply	other threads:[~2026-06-18 15:06 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-18 13:20 [qemu-web PATCH v2 0/3] switch to GitLab confidential issues for security disclosure Daniel P. Berrangé
2026-06-18 13:20 ` [qemu-web PATCH v2 1/3] contribute: reformat/restructure bug report guidance Daniel P. Berrangé
2026-06-18 13:40   ` Alex Bennée
2026-06-18 13:55   ` Philippe Mathieu-Daudé
2026-06-18 13:20 ` [qemu-web PATCH v2 2/3] contribute: add automated tool disclosure to bug reporting Daniel P. Berrangé
2026-06-18 13:41   ` Alex Bennée
2026-06-18 13:20 ` [qemu-web PATCH v2 3/3] contribute: switch security process to gitlab confidential issues Daniel P. Berrangé
2026-06-18 13:42   ` Alex Bennée
2026-06-18 14:07   ` Philippe Mathieu-Daudé
2026-06-18 14:20     ` Daniel P. Berrangé
2026-06-18 14:28       ` Philippe Mathieu-Daudé
2026-06-18 14:42   ` Michael S. Tsirkin
2026-06-18 15:06     ` Daniel P. Berrangé [this message]
2026-06-18 15:51       ` Michael S. Tsirkin
2026-06-18 14:49   ` Mauro Matteo Cascella
2026-06-18 15:30   ` Michael S. Tsirkin
2026-06-18 16:07     ` Daniel P. Berrangé
2026-06-18 16:23       ` Michael S. Tsirkin
2026-06-18 16:33         ` Daniel P. Berrangé
2026-06-18 16:39           ` Michael S. Tsirkin
2026-06-18 16:55             ` Daniel P. Berrangé
2026-06-18 17:03               ` Michael S. Tsirkin
2026-06-18 18:05 ` [qemu-web PATCH v2 0/3] switch to GitLab confidential issues for security disclosure Thomas Huth

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=ajQJa0N54Ges2-f2@redhat.com \
    --to=berrange@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=mcascell@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=pierrick.bouvier@oss.qualcomm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=thuth@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.