[dpdk-web] [PATCH] add page about security
Maxime Coquelin
maxime.coquelin at redhat.com
Mon May 20 19:12:29 CEST 2019
On 5/20/19 6:18 PM, Thomas Monjalon wrote:
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
> ---
> content/security/_index.md | 19 +++++++++++++++++++
> content/techboard/_index.md | 2 +-
> content/training/_index.md | 2 +-
> 3 files changed, 21 insertions(+), 2 deletions(-)
> create mode 100644 content/security/_index.md
>
> diff --git a/content/security/_index.md b/content/security/_index.md
> new file mode 100644
> index 0000000..a6927fc
> --- /dev/null
> +++ b/content/security/_index.md
> @@ -0,0 +1,19 @@
> ++++
> +title = "Security"
> +weight = "9"
> ++++
> +
> +## Vulnerability Management
> +---
> +If a vulnerability is found in DPDK,
> +it must be reported, analyzed, fixed and disclosed according to the
> +[vulnerability management process](//doc.dpdk.org/guides/contributing/vulnerability.html).
> +
> +## Contact
> +---
> +The Security Team can be reached at [security at dpdk.org](mailto:security at dpdk.org).
> +
> +For any security report, the message should be encrypted with the following GPG keys:
> +
> +- `F933EB43DF13611F` - *Ferruh Yigit*
> +- `BB4A94B5579793C1` - *Thomas Monjalon*
> diff --git a/content/techboard/_index.md b/content/techboard/_index.md
> index fad46f9..f8e9277 100644
> --- a/content/techboard/_index.md
> +++ b/content/techboard/_index.md
> @@ -1,6 +1,6 @@
> +++
> title = "Technical Board"
> -weight = "9"
> +weight = "10"
> +++
>
> More high level details are defined in the [charter](//www.dpdk.org/charter/).
> diff --git a/content/training/_index.md b/content/training/_index.md
> index 9c27adb..b63997e 100644
> --- a/content/training/_index.md
> +++ b/content/training/_index.md
> @@ -1,6 +1,6 @@
> +++
> title = "Training"
> -weight = "10"
> +weight = "11"
> +++
>
> ### Resources available online:
>
Acked-by: Maxime Coquelin <maxime.coquelin at redhat.com>
Thanks!
Maxime
More information about the web
mailing list