qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2] Add git-publish profile for security bugs


From: John Snow
Subject: Re: [Qemu-devel] [PATCH v2] Add git-publish profile for security bugs
Date: Tue, 13 Aug 2019 14:45:35 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0


On 8/13/19 5:07 AM, Gerd Hoffmann wrote:
> 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 <address@hidden>
> ---
>  .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 = address@hidden
>  cc = address@hidden
>  cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit 
> --nogit-fallback 2>/dev/null
> +
> +# https://wiki.qemu.org/SecurityProcess
> +[gitpublishprofile "security"]
> +base = master
> +to = address@hidden
> +to = address@hidden
> +to = address@hidden
> +to = address@hidden
> +to = address@hidden
> +to = address@hidden
> +suppresscc = all
> +inspect-emails = true
> 

OK, but it still would be nice to have the MAINTAINERS file and this
config item cross-reference each other, especially because any changes
to our security policy should not leave hanging loose ends.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]