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 647DCA05F9 for ; Mon, 17 Jun 2019 18:13:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3B5631BF47; Mon, 17 Jun 2019 18:13:45 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 140A11BF37 for ; Mon, 17 Jun 2019 18:13:42 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Jun 2019 09:04:05 -0700 X-ExtLoop1: 1 Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.223.78]) by orsmga002.jf.intel.com with ESMTP; 17 Jun 2019 09:04:04 -0700 From: Ferruh Yigit To: Thomas Monjalon Cc: web@dpdk.org, John McNamara Date: Mon, 17 Jun 2019 17:04:02 +0100 Message-Id: <20190617160402.6770-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-web] [PATCH] clarify security action 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" Add a note to not use Bugzilla but report via email to security@dpdk.org Signed-off-by: Ferruh Yigit --- content/security/_index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/security/_index.md b/content/security/_index.md index a6927fc..3c1ad82 100644 --- a/content/security/_index.md +++ b/content/security/_index.md @@ -5,8 +5,10 @@ weight = "9" ## Vulnerability Management --- -If a vulnerability is found in DPDK, -it must be reported, analyzed, fixed and disclosed according to the +If a vulnerability is found in DPDK, please do not use Bugzilla for reporting security issues. +Instead, send GPG-encrypted emails to [security@dpdk.org](mailto:security@dpdk.org). We will respond promptly to begin coordinating a fix and disclosure. + +Security issues must be reported, analyzed, fixed and disclosed according to the [vulnerability management process](//doc.dpdk.org/guides/contributing/vulnerability.html). ## Contact -- 2.21.0