From patchwork Tue Oct 17 13:46:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: xueliang.zhong@arm.com X-Patchwork-Id: 32459 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E48B4CDB474 for ; Tue, 17 Oct 2023 13:46:58 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.216102.1697550417560861341 for ; Tue, 17 Oct 2023 06:46:58 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: xueliang.zhong@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id BC52F1007; Tue, 17 Oct 2023 06:47:37 -0700 (PDT) Received: from cassini-003.cambridge.arm.com (cassini-003.cambridge.arm.com [10.1.198.36]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 840403F5A1; Tue, 17 Oct 2023 06:46:56 -0700 (PDT) From: xueliang.zhong@arm.com To: meta-arm@lists.yoctoproject.org, Ross.Burton@arm.com Cc: nd@arm.com, Xueliang Zhong Subject: [PATCH 1/1] Update Corstone-1000 doc with security issue reporting guideline Date: Tue, 17 Oct 2023 14:46:49 +0100 Message-Id: <20231017134649.2865499-2-xueliang.zhong@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20231017134649.2865499-1-xueliang.zhong@arm.com> References: <20231017134649.2865499-1-xueliang.zhong@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 17 Oct 2023 13:46:58 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/5130 From: Xueliang Zhong Signed-off-by: Xueliang Zhong --- meta-arm-bsp/documentation/corstone1000/user-guide.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-arm-bsp/documentation/corstone1000/user-guide.rst b/meta-arm-bsp/documentation/corstone1000/user-guide.rst index 96dee072..f2b1fd71 100644 --- a/meta-arm-bsp/documentation/corstone1000/user-guide.rst +++ b/meta-arm-bsp/documentation/corstone1000/user-guide.rst @@ -1246,6 +1246,10 @@ should follow the build instructions in this document to build on Linux host PC, and copy the output binaries to the Windows PC where the FVP is located, and launch the FVP binary. +Security Issue Reporting +------------------------ +To report any security issues identified with Corstone-1000, please send an email to arm-security@arm.com. + -------------- *Copyright (c) 2022-2023, Arm Limited. All rights reserved.*