From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 2C94CA05D3 for ; Mon, 20 May 2019 18:18:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EDD3337B7; Mon, 20 May 2019 18:18:38 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id 7D81037B7 for ; Mon, 20 May 2019 18:18:37 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 7366B3C2; Mon, 20 May 2019 12:18:33 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 20 May 2019 12:18:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=mesmtp; bh=6ar+dufAZ6s7jXt7ntiFEo5 QPCGdKcgXGTz6uoJRxTs=; b=mPdgzoPUOxfc0qBzqqjUIFxCSHBRIrAwtyMCfhh iAyrpegDbyJnKlR2N3yC1cRuzwHuMx0oQMW0DtorXz8j0UucnecsLCrGh9oa5nGm n0b03PX6NXlef759j5rTzm4wGUr5GiA7c42xVY0cQ7R9nc1rRhFelWKqRHTHAEkn IySc= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=6ar+dufAZ6s7jXt7n tiFEo5QPCGdKcgXGTz6uoJRxTs=; b=Ivuk5dKaavDUwEG0l5JImMaLZOgAGOywN VR4MexA6dgVOO1LoznyvUhiskWwrUGmR6gL56AzfzOJjEXuOXW331BuVyitg3dus SGkcdokeFCa/7DFeNLbZHF/npd2gKQlVurM7t8bpk7sVcKHK1mDGj/D4yqv05Rv8 rsbw4/VI2bvm4ovu/6mLl1TFxCiCwr00M5cWLJypT+wuZSzFocppBMM+JLWhkEj2 d9fP54c8j0mY4RlCmPbMZoAJiWqdvsBsIQiTfy97pfi0NmOHczZMbr1ZJVZzdB59 NSCR7n/k5Q1G7ouUrMl2eVMzRBb32NdBS3kh5T3g1aQGFUXqj5Gew== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddruddtkedguddttdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkffoggfgsedtkeertd ertddtnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehm ohhnjhgrlhhonhdrnhgvtheqnecuffhomhgrihhnpeguphgukhdrohhrghenucfkphepke durddukeehrddujeefrdelieenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghs sehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.monjalon.net (96.173.185.81.rev.sfr.net [81.185.173.96]) by mail.messagingengine.com (Postfix) with ESMTPA id D9B628005B; Mon, 20 May 2019 12:18:30 -0400 (EDT) From: Thomas Monjalon To: web@dpdk.org Cc: ferruh.yigit@intel.com, maxime.coquelin@redhat.com Date: Mon, 20 May 2019 18:18:19 +0200 Message-Id: <20190520161819.3711-1-thomas@monjalon.net> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-web] [PATCH] add page about security X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: web-bounces@dpdk.org Sender: "web" Signed-off-by: Thomas Monjalon --- 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