Re: [ovs-dev] [PATCH] CONTRIBUTING.md: Describe a new "Vulnerability" tag.

2016-03-29 Thread Ben Pfaff
Thanks, applied to master.

On Mon, Mar 28, 2016 at 11:13:10PM -0400, Russell Bryant wrote:
> Acked-by: Russell Bryant 
> 
> On Monday, March 28, 2016, Ben Pfaff  wrote:
> 
> > Signed-off-by: Ben Pfaff >
> > ---
> >  CONTRIBUTING.md | 11 +++
> >  1 file changed, 11 insertions(+)
> >
> > diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
> > index 439c56a..8fcebba 100644
> > --- a/CONTRIBUTING.md
> > +++ b/CONTRIBUTING.md
> > @@ -250,6 +250,17 @@ Examples of common tags follow.
> >
> >  git log -1 --pretty=format:"Fixes: %h (\"%s\")" --abbrev=12
> > COMMIT_REF
> >
> > +Vulnerability: CVE-2016-2074
> > +
> > +Specifies that the patch fixes or is otherwise related to a
> > +security vulnerability with the given CVE identifier.  Other
> > +identifiers in public vulnerability databases are also
> > +suitable.
> > +
> > +If the vulnerability was reported publicly, then it is also
> > +appropriate to cite the URL to the report in a Reported-at
> > +tag.  Use a Reported-by tag to acknowledge the reporters.
> > +
> >  Developer's Certificate of Origin
> >  -
> >
> > --
> > 2.1.3
> >
> > ___
> > dev mailing list
> > dev@openvswitch.org 
> > http://openvswitch.org/mailman/listinfo/dev
> >
> 
> 
> -- 
> Russell Bryant
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev


Re: [ovs-dev] [PATCH] CONTRIBUTING.md: Describe a new "Vulnerability"tag.

2016-03-29 Thread Ryan Moats
Acked-by: Ryan Moats <rmo...@us.ibm.com>

"dev" <dev-boun...@openvswitch.org> wrote on 03/28/2016 09:34:58 PM:

> From: Ben Pfaff <b...@ovn.org>
> To: dev@openvswitch.org
> Cc: Ben Pfaff <b...@ovn.org>
> Date: 03/28/2016 09:35 PM
> Subject: [ovs-dev] [PATCH] CONTRIBUTING.md: Describe a new
> "Vulnerability" tag.
> Sent by: "dev" <dev-boun...@openvswitch.org>
>
> Signed-off-by: Ben Pfaff <b...@ovn.org>
> ---
>  CONTRIBUTING.md | 11 +++
>  1 file changed, 11 insertions(+)
>
> diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
> index 439c56a..8fcebba 100644
> --- a/CONTRIBUTING.md
> +++ b/CONTRIBUTING.md
> @@ -250,6 +250,17 @@ Examples of common tags follow.
>
>  git log -1 --pretty=format:"Fixes: %h (\"%s\")"
--abbrev=12COMMIT_REF
>
> +Vulnerability: CVE-2016-2074
> +
> +Specifies that the patch fixes or is otherwise related to a
> +security vulnerability with the given CVE identifier.  Other
> +identifiers in public vulnerability databases are also
> +suitable.
> +
> +If the vulnerability was reported publicly, then it is also
> +appropriate to cite the URL to the report in a Reported-at
> +tag.  Use a Reported-by tag to acknowledge the reporters.
> +
>  Developer's Certificate of Origin
>  -
>
> --
> 2.1.3
>
> ___
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev


Re: [ovs-dev] [PATCH] CONTRIBUTING.md: Describe a new "Vulnerability" tag.

2016-03-28 Thread Russell Bryant
Acked-by: Russell Bryant 

On Monday, March 28, 2016, Ben Pfaff  wrote:

> Signed-off-by: Ben Pfaff >
> ---
>  CONTRIBUTING.md | 11 +++
>  1 file changed, 11 insertions(+)
>
> diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
> index 439c56a..8fcebba 100644
> --- a/CONTRIBUTING.md
> +++ b/CONTRIBUTING.md
> @@ -250,6 +250,17 @@ Examples of common tags follow.
>
>  git log -1 --pretty=format:"Fixes: %h (\"%s\")" --abbrev=12
> COMMIT_REF
>
> +Vulnerability: CVE-2016-2074
> +
> +Specifies that the patch fixes or is otherwise related to a
> +security vulnerability with the given CVE identifier.  Other
> +identifiers in public vulnerability databases are also
> +suitable.
> +
> +If the vulnerability was reported publicly, then it is also
> +appropriate to cite the URL to the report in a Reported-at
> +tag.  Use a Reported-by tag to acknowledge the reporters.
> +
>  Developer's Certificate of Origin
>  -
>
> --
> 2.1.3
>
> ___
> dev mailing list
> dev@openvswitch.org 
> http://openvswitch.org/mailman/listinfo/dev
>


-- 
Russell Bryant
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev


[ovs-dev] [PATCH] CONTRIBUTING.md: Describe a new "Vulnerability" tag.

2016-03-28 Thread Ben Pfaff
Signed-off-by: Ben Pfaff 
---
 CONTRIBUTING.md | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 439c56a..8fcebba 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -250,6 +250,17 @@ Examples of common tags follow.
 
 git log -1 --pretty=format:"Fixes: %h (\"%s\")" --abbrev=12 COMMIT_REF
 
+Vulnerability: CVE-2016-2074
+
+Specifies that the patch fixes or is otherwise related to a
+security vulnerability with the given CVE identifier.  Other
+identifiers in public vulnerability databases are also
+suitable.
+
+If the vulnerability was reported publicly, then it is also
+appropriate to cite the URL to the report in a Reported-at
+tag.  Use a Reported-by tag to acknowledge the reporters.
+
 Developer's Certificate of Origin
 -
 
-- 
2.1.3

___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev