get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

GET /api/patches/57265/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 57265,
    "url": "https://patches.dpdk.org/api/patches/57265/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1564484875-75300-1-git-send-email-john.mcnamara@intel.com/",
    "project": {
        "id": 1,
        "url": "https://patches.dpdk.org/api/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "msgid": "<1564484875-75300-1-git-send-email-john.mcnamara@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1564484875-75300-1-git-send-email-john.mcnamara@intel.com",
    "date": "2019-07-30T11:07:55",
    "name": "[v1] doc: add note about patching third party dependencies",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "930daeaae8a2606ca59bd757f3cef8e2c4e9b9ce",
    "submitter": {
        "id": 154,
        "url": "https://patches.dpdk.org/api/people/154/?format=api",
        "name": "John McNamara",
        "email": "john.mcnamara@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1564484875-75300-1-git-send-email-john.mcnamara@intel.com/mbox/",
    "series": [
        {
            "id": 5826,
            "url": "https://patches.dpdk.org/api/series/5826/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=5826",
            "date": "2019-07-30T11:07:55",
            "name": "[v1] doc: add note about patching third party dependencies",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/5826/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/57265/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/57265/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@dpdk.org",
        "Delivered-To": "patchwork@dpdk.org",
        "Received": [
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id D5C6C1C044;\n\tTue, 30 Jul 2019 13:06:10 +0200 (CEST)",
            "from mga11.intel.com (mga11.intel.com [192.55.52.93])\n\tby dpdk.org (Postfix) with ESMTP id 49C421C038\n\tfor <dev@dpdk.org>; Tue, 30 Jul 2019 13:06:09 +0200 (CEST)",
            "from fmsmga007.fm.intel.com ([10.253.24.52])\n\tby fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t30 Jul 2019 04:06:08 -0700",
            "from silpixa00372895.ir.intel.com (HELO\n\tsilpixa00372895.ger.corp.intel.com) ([10.237.222.166])\n\tby fmsmga007.fm.intel.com with ESMTP; 30 Jul 2019 04:06:07 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.64,326,1559545200\"; d=\"scan'208\";a=\"173610483\"",
        "From": "John McNamara <john.mcnamara@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "bruce.richardson@intel.com,\n\tJohn McNamara <john.mcnamara@intel.com>",
        "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\n\tdependencies",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Added a note to the getting started guides about patching third\nparty libraries/dependencies to avoid any known vulnerabilities.\n\nSigned-off-by: John McNamara <john.mcnamara@intel.com>\n---\n doc/guides/freebsd_gsg/install_from_ports.rst | 6 ++++++\n doc/guides/linux_gsg/sys_reqs.rst             | 5 +++++\n 2 files changed, 11 insertions(+)",
    "diff": "diff --git a/doc/guides/freebsd_gsg/install_from_ports.rst b/doc/guides/freebsd_gsg/install_from_ports.rst\nindex 633699e..baead28 100644\n--- a/doc/guides/freebsd_gsg/install_from_ports.rst\n+++ b/doc/guides/freebsd_gsg/install_from_ports.rst\n@@ -46,6 +46,12 @@ those below would be added to the file ``/boot/loader.conf``.\n     hw.nic_uio.bdfs=\"2:0:0,2:0:1\"\n     nic_uio_load=\"YES\"\n \n+.. note::\n+\n+   Please ensure that the latest patches are applied any third party libraries\n+   or software to avoid any known vulnerabilities.\n+\n+\n Compiling and Running the Example Applications\n ----------------------------------------------\n \ndiff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst\nindex 10b01e3..d235905 100644\n--- a/doc/guides/linux_gsg/sys_reqs.rst\n+++ b/doc/guides/linux_gsg/sys_reqs.rst\n@@ -81,6 +81,11 @@ Compilation of the DPDK\n \n *   Python, version 2.7+ or 3.2+, to use various helper scripts included in the DPDK package.\n \n+.. note::\n+\n+   Please ensure that the latest patches are applied to third party libraries\n+   and software to avoid any known vulnerabilities.\n+\n \n **Optional Tools:**\n \n",
    "prefixes": [
        "v1"
    ]
}