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 30721A00E6 for ; Mon, 13 May 2019 22:49:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8AD714CA6; Mon, 13 May 2019 22:49:56 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 6F1754C95; Mon, 13 May 2019 22:49:55 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B9CE826225; Mon, 13 May 2019 16:49:54 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 13 May 2019 16:49:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=yErD6ARXyk0XfAIHAHuvWa8A/OC2LzWC9nATPgM7Pxk=; b=Ywwm3B5BdQ3t SarWZ4H6A3KCkDPbXlcHADYieToF1amq7E8ZzIuHjFUm4SCW8XJhOyx+IvAEfgkj N09OkLAo1ujCQ5W9MBodL2CWJ71zHwMZVsYCTMHIdI4pssgh+a2ubYo7Q+PtpoL0 6ZZnSSezdGXb55iL1XF4QheDGfWAPKQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=yErD6ARXyk0XfAIHAHuvWa8A/OC2LzWC9nATPgM7P xk=; b=5pf+Q+SXfQfr/2cLXh6LWTxIJlkJklK4kiIiwkqkx1vvugwi/HFtdIk+N psxrIEi2QvLncty6niUoXp+3EtR1SAtbo+DUiy9awo/IMy3IGzdA+jxJpvI7SPms puG4SQIx4pY9pb+bM1oHAGDSAhyVMrL67f6L1NdJ6/FFmaqjdWddbC+A2DsvXdqK tT4Hx2kSH82MUFQ4rhtTA0ApKwz93PKL+Euq9dJ7VNAHzB03KSft2vD4O829Ssi2 Q4NJSBQJOCbC9rlD+fth87ZqIcLZc62jLNq1jGBUvSeO2vIJtrV6aW+iX14q9TYf NfOGpwT7PXvRUEPlyRI8yU4qqNEeg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrleeggdduheegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id ADFB1103CF; Mon, 13 May 2019 16:49:52 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: techboard@dpdk.org, Maxime Coquelin , Ferruh Yigit Date: Mon, 13 May 2019 22:49:50 +0200 Message-ID: <8533991.WyjhgHDIbi@xps> In-Reply-To: <20190507160231.18551-1-thomas@monjalon.net> References: <20190507160231.18551-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] doc: prepare security process for vulnerabilities X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190513204950.m7AT1zB7J66jc2TSpYdHly8CC47ZmKIKjyNDQ39Fd08@z> 07/05/2019 18:02, Thomas Monjalon: > In case a vulnerability is discovered, the process to follow > is described in this document. > It has been inspired by the process of some referenced projects > and with the help of experts from Intel, RedHat, Mellanox > and the Linux Foundation. > > Signed-off-by: Thomas Monjalon > Signed-off-by: Maxime Coquelin > Signed-off-by: Ferruh Yigit Merged in 19.05 doc.