Re: [PATCH] doc: relax requirement on commit messages of security fixes

2023-11-24 Thread David Marchand
On Thu, Mar 10, 2022 at 7:00 PM wrote: > > From: Luca Boccassi > > Allow more flexibility with embargo lifting by not requiring > mentions of CVEs in commit messages if the lift date allows > it. > > Signed-off-by: Luca Boccassi Applied, thanks Luca. -- David Marchand

Re: [PATCH] doc: relax requirement on commit messages of security fixes

2023-07-05 Thread Stephen Hemminger
On Fri, 31 Mar 2023 12:37:40 +0200 Maxime Coquelin wrote: > Indeed! > > On 3/31/23 12:34, Thomas Monjalon wrote: > > We missed this patch, there was no comment. > > Please review. > > > > 10/03/2022 18:59, luca.bocca...@gmail.com: > >> From: Luca Boccassi > >> > >> Allow more flexibility wit

Re: [PATCH] doc: relax requirement on commit messages of security fixes

2023-03-31 Thread Maxime Coquelin
Indeed! On 3/31/23 12:34, Thomas Monjalon wrote: We missed this patch, there was no comment. Please review. 10/03/2022 18:59, luca.bocca...@gmail.com: From: Luca Boccassi Allow more flexibility with embargo lifting by not requiring mentions of CVEs in commit messages if the lift date allows

Re: [PATCH] doc: relax requirement on commit messages of security fixes

2023-03-31 Thread Thomas Monjalon
We missed this patch, there was no comment. Please review. 10/03/2022 18:59, luca.bocca...@gmail.com: > From: Luca Boccassi > > Allow more flexibility with embargo lifting by not requiring > mentions of CVEs in commit messages if the lift date allows > it. > > Signed-off-by: Luca Boccassi > --

[PATCH] doc: relax requirement on commit messages of security fixes

2022-03-10 Thread luca . boccassi
From: Luca Boccassi Allow more flexibility with embargo lifting by not requiring mentions of CVEs in commit messages if the lift date allows it. Signed-off-by: Luca Boccassi --- doc/guides/contributing/vulnerability.rst | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/do