* [dpdk-web] [PATCH] add page about security
@ 2019-05-20 16:18 Thomas Monjalon
2019-05-20 17:12 ` Maxime Coquelin
2019-05-21 17:38 ` Ferruh Yigit
0 siblings, 2 replies; 4+ messages in thread
From: Thomas Monjalon @ 2019-05-20 16:18 UTC (permalink / raw)
To: web; +Cc: ferruh.yigit, maxime.coquelin
Signed-off-by: Thomas Monjalon <thomas@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@dpdk.org](mailto:security@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:
--
2.21.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-web] [PATCH] add page about security
2019-05-20 16:18 [dpdk-web] [PATCH] add page about security Thomas Monjalon
@ 2019-05-20 17:12 ` Maxime Coquelin
2019-05-21 17:38 ` Ferruh Yigit
1 sibling, 0 replies; 4+ messages in thread
From: Maxime Coquelin @ 2019-05-20 17:12 UTC (permalink / raw)
To: Thomas Monjalon, web; +Cc: ferruh.yigit
On 5/20/19 6:18 PM, Thomas Monjalon wrote:
> Signed-off-by: Thomas Monjalon <thomas@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@dpdk.org](mailto:security@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@redhat.com>
Thanks!
Maxime
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-web] [PATCH] add page about security
2019-05-20 16:18 [dpdk-web] [PATCH] add page about security Thomas Monjalon
2019-05-20 17:12 ` Maxime Coquelin
@ 2019-05-21 17:38 ` Ferruh Yigit
2019-05-21 17:40 ` Thomas Monjalon
1 sibling, 1 reply; 4+ messages in thread
From: Ferruh Yigit @ 2019-05-21 17:38 UTC (permalink / raw)
To: Thomas Monjalon, web; +Cc: maxime.coquelin
On 5/20/2019 5:18 PM, Thomas Monjalon wrote:
> Signed-off-by: Thomas Monjalon <thomas@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@dpdk.org](mailto:security@dpdk.org).
> +
> +For any security report, the message should be encrypted with the following GPG keys:
> +
> +- `F933EB43DF13611F` - *Ferruh Yigit*
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-05-21 17:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-20 16:18 [dpdk-web] [PATCH] add page about security Thomas Monjalon
2019-05-20 17:12 ` Maxime Coquelin
2019-05-21 17:38 ` Ferruh Yigit
2019-05-21 17:40 ` Thomas Monjalon
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).