From patchwork Sat Sep 21 14:52:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Boccassi X-Patchwork-Id: 59534 X-Patchwork-Delegate: david.marchand@redhat.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4C9E51ED55; Sat, 21 Sep 2019 16:52:53 +0200 (CEST) Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by dpdk.org (Postfix) with ESMTP id 3D8CB2C02 for ; Sat, 21 Sep 2019 16:52:52 +0200 (CEST) Received: by mail-wm1-f66.google.com with SMTP id 3so4884961wmi.3 for ; Sat, 21 Sep 2019 07:52:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=p0i1gx4zOWFtlYAee9YpcBve1SJVX1ECFyc6MLrxXPk=; b=cem3wDLVpHG3c+gNhQKvRyc8KmDpvbuEMBT9/8QIc9ddx/G2m+Gy+U3WPsKuSkAa8l D/FufSQCBDW4UW6hQUPsAnhKwbaSUsQW6KawPiL4x1hyMwCRYqz5LntJTTeGgv4TV/uP u+ts1hSHLvIOcaaQFj+4XGeDUMc2R5JoVzpNXXip1IsGn6Me61bEb+3WvHo/phcykFMi +jF+qL9I90mqG+WIOwVekXbxL9juWWyAfUcuZnLFsnrNaPGh2WM++pjH05r7x5oRCSfz fgxKpN2Op+fACq2DJiroDtbWb9EQ0HuvwG/mjzNnAXxerEQwMJiUQHd8SzWn/1H9QXGc cMeQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=p0i1gx4zOWFtlYAee9YpcBve1SJVX1ECFyc6MLrxXPk=; b=uUGQVuH4lcNFuam8kuZA1ZzMg7rjb7K4VRAIYSXpXnb7UPbZFR/Nk7iEswjImHSsF+ B9DVexGe/KJBGqRNzdktzoNj0aLdIQzwXC1fTFGRqMkqMrrDEBwQ3NYPTqFYDk9he8H+ ZENNMQkky9kmywjKhlHFwxrSErpI/nhsaKRRikqSHLk94JbA8CQ6vTp6fjVKjmhwqv+w +1gbHhT/uYeQJNsU+xUwljUZ0loFrzaZaB8Xe4bT94hHBOHJcKMjjBTSKxb3NocjV81+ VRUes2F4iCHSoQL3OaFkdFGLdbwBQ5keIUSyntkc+ech3ubzjUvx4ZwakoppSmF6zdvU G3Cg== X-Gm-Message-State: APjAAAV38D/b8xerXwCMZJYSbvdj2QNZs8Vi+euvn2dBbEvk+56dTWnZ r2gh3LYl4lq937UQjc84qz2AmeR8Ku4Aig== X-Google-Smtp-Source: APXvYqyJIEGCWTiV6u4YcHF5YAk6pHr2NioKBQhLm7g3hBIBt935Iz/fxOvGDyveEwK21s8UzLf3gQ== X-Received: by 2002:a1c:1d8d:: with SMTP id d135mr7626192wmd.7.1569077571557; Sat, 21 Sep 2019 07:52:51 -0700 (PDT) Received: from localhost ([176.12.107.132]) by smtp.gmail.com with ESMTPSA id f10sm1613464wml.4.2019.09.21.07.52.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 21 Sep 2019 07:52:50 -0700 (PDT) From: luca.boccassi@gmail.com To: dev@dpdk.org Cc: maxime.coquelin@redhat.com Date: Sat, 21 Sep 2019 16:52:42 +0200 Message-Id: <20190921145242.7420-1-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190921144738.6962-1-luca.boccassi@gmail.com> References: <20190921144738.6962-1-luca.boccassi@gmail.com> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v2] doc: add oss-security to the security process 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" From: Luca Boccassi The OSS-security project functions as a single point of contact for pre-release, embargoed security notifications. Distributions and major vendors are subscribed to this private list, so that they can be warned in advance and schedule the work required to fix the vulnerability. List and link this process in the DPDK security process document. Signed-off-by: Luca Boccassi Reviewed-by: Maxime Coquelin --- v1: As discussed at Userspace, we should include oss-security in the advanced private notice. This change has a brief explanation and a link to the process. v2: --signoff missing in v1, lost somewhere between brain and keyboard doc/guides/contributing/vulnerability.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/guides/contributing/vulnerability.rst b/doc/guides/contributing/vulnerability.rst index a4bef48576..78f65fe81b 100644 --- a/doc/guides/contributing/vulnerability.rst +++ b/doc/guides/contributing/vulnerability.rst @@ -194,6 +194,14 @@ Downstream stakeholders (in `security-prerelease list * Major DPDK users, considered trustworthy by the technical board, who have made the request to `techboard@dpdk.org `_ +The `OSS security private mailing list mailto:distros@vs.openwall.org>` will +also be contacted one week before the end of the embargo, as indicated by `the +OSS-security process ` +and using the PGP key listed on the same page, describind the details of the +vulnerability and sharing the patch[es]. Distributions and major vendors follow +this private mailing list, and it functions as a single point of contact for +embargoed advance notices for open source projects. + The security advisory will be based on below template, and will be sent signed with a security team's member GPG key. @@ -276,8 +284,9 @@ Releases on Monday to Wednesday are preferred, so that system administrators do not have to deal with security updates over the weekend. The security advisory is posted -to `announce@dpdk.org `_ -as soon as the patches are pushed to the appropriate branches. +to `announce@dpdk.org `_ and to `the public OSS-security +mailing list ` as soon as the patches +are pushed to the appropriate branches. Patches are then sent to `dev@dpdk.org `_ and `stable@dpdk.org `_ accordingly.