qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2] Add git-publish profile for security bugs
@ 2019-08-13  9:07 Gerd Hoffmann
  2019-08-13 18:45 ` John Snow
  2019-08-15 14:00 ` Stefan Hajnoczi
  0 siblings, 2 replies; 3+ messages in thread
From: Gerd Hoffmann @ 2019-08-13  9:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

Simplifies sending security patches to all people listed in
https://wiki.qemu.org/SecurityProcess.  Should also make it
harder to send a copy to the mailing list by accident.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 .gitpublish | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.gitpublish b/.gitpublish
index a13f8c7c0ecd..01f8279fa840 100644
--- a/.gitpublish
+++ b/.gitpublish
@@ -49,3 +49,15 @@ base = master
 to = qemu-devel@nongnu.org
 cc = qemu-ppc@nongnu.org
 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
+
+# https://wiki.qemu.org/SecurityProcess
+[gitpublishprofile "security"]
+base = master
+to = mst@redhat.com
+to = pmatouse@redhat.com
+to = sstabellini@kernel.org
+to = secalert@redhat.com
+to = mdroth@linux.vnet.ibm.com
+to = pjp@redhat.com
+suppresscc = all
+inspect-emails = true
-- 
2.18.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-08-15 14:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-13  9:07 [Qemu-devel] [PATCH v2] Add git-publish profile for security bugs Gerd Hoffmann
2019-08-13 18:45 ` John Snow
2019-08-15 14:00 ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).