From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 03268A0613 for ; Tue, 30 Jul 2019 13:06:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D5C6C1C044; Tue, 30 Jul 2019 13:06:10 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 49C421C038 for ; Tue, 30 Jul 2019 13:06:09 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jul 2019 04:06:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,326,1559545200"; d="scan'208";a="173610483" Received: from silpixa00372895.ir.intel.com (HELO silpixa00372895.ger.corp.intel.com) ([10.237.222.166]) by fmsmga007.fm.intel.com with ESMTP; 30 Jul 2019 04:06:07 -0700 From: John McNamara To: dev@dpdk.org Cc: bruce.richardson@intel.com, John McNamara Date: Tue, 30 Jul 2019 12:07:55 +0100 Message-Id: <1564484875-75300-1-git-send-email-john.mcnamara@intel.com> X-Mailer: git-send-email 2.7.5 Subject: [dpdk-dev] [PATCH v1] doc: add note about patching third party dependencies 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" Added a note to the getting started guides about patching third party libraries/dependencies to avoid any known vulnerabilities. Signed-off-by: John McNamara --- doc/guides/freebsd_gsg/install_from_ports.rst | 6 ++++++ doc/guides/linux_gsg/sys_reqs.rst | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/doc/guides/freebsd_gsg/install_from_ports.rst b/doc/guides/freebsd_gsg/install_from_ports.rst index 633699e..baead28 100644 --- a/doc/guides/freebsd_gsg/install_from_ports.rst +++ b/doc/guides/freebsd_gsg/install_from_ports.rst @@ -46,6 +46,12 @@ those below would be added to the file ``/boot/loader.conf``. hw.nic_uio.bdfs="2:0:0,2:0:1" nic_uio_load="YES" +.. note:: + + Please ensure that the latest patches are applied any third party libraries + or software to avoid any known vulnerabilities. + + Compiling and Running the Example Applications ---------------------------------------------- diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst index 10b01e3..d235905 100644 --- a/doc/guides/linux_gsg/sys_reqs.rst +++ b/doc/guides/linux_gsg/sys_reqs.rst @@ -81,6 +81,11 @@ Compilation of the DPDK * Python, version 2.7+ or 3.2+, to use various helper scripts included in the DPDK package. +.. note:: + + Please ensure that the latest patches are applied to third party libraries + and software to avoid any known vulnerabilities. + **Optional Tools:** -- 2.7.5