From patchwork Thu Jul 11 06:00:11 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Sangorrin X-Patchwork-Id: 11039317 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B9E72912 for ; Thu, 11 Jul 2019 06:09:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A7D6528A4E for ; Thu, 11 Jul 2019 06:09:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9A8E228A50; Thu, 11 Jul 2019 06:09:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 1C6B528A4E for ; Thu, 11 Jul 2019 06:09:26 +0000 (UTC) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id AEB5E4B77; Thu, 11 Jul 2019 06:09:25 +0000 (UTC) X-Original-To: cip-dev@lists.cip-project.org Delivered-To: cip-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 3FA89487A for ; Thu, 11 Jul 2019 06:00:25 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mo-csw.securemx.jp (mo-csw1514.securemx.jp [210.130.202.153]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id AC1618AA for ; Thu, 11 Jul 2019 06:00:24 +0000 (UTC) Received: by mo-csw.securemx.jp (mx-mo-csw1514) id x6B60EKZ010396; Thu, 11 Jul 2019 15:00:14 +0900 X-Iguazu-Qid: 34tMbW1pjb5mhV7tYN X-Iguazu-QSIG: v=2; s=0; t=1562824814; q=34tMbW1pjb5mhV7tYN; m=eJmu/sv0jQ7NFpKBZXAYxMUktr2PLPv9jW1PWC5b+aQ= Received: from imx12.toshiba.co.jp (imx12.toshiba.co.jp [61.202.160.132]) by relay.securemx.jp (mx-mr1512) id x6B60DNA009127; Thu, 11 Jul 2019 15:00:13 +0900 Received: from enc02.toshiba.co.jp ([61.202.160.51]) by imx12.toshiba.co.jp with ESMTP id x6B60CbD011558; Thu, 11 Jul 2019 15:00:12 +0900 (JST) Received: from hop101.toshiba.co.jp ([133.199.85.107]) by enc02.toshiba.co.jp with ESMTP id x6B60Cm4018617; Thu, 11 Jul 2019 15:00:12 +0900 From: Daniel Sangorrin To: ben.hutchings@codethink.co.uk Date: Thu, 11 Jul 2019 15:00:11 +0900 X-TSB-HOP: ON Message-Id: <20190711060011.16784-1-daniel.sangorrin@toshiba.co.jp> X-Mailer: git-send-email 2.17.1 Cc: cip-dev@lists.cip-project.org Subject: [cip-dev] [cip-kernel-sec] readme: add info about tag_regexp and show-description X-BeenThere: cip-dev@lists.cip-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: cip-dev-bounces@lists.cip-project.org Errors-To: cip-dev-bounces@lists.cip-project.org X-Virus-Scanned: ClamAV using ClamSMTP Probably this should be squashed into the corresponding patches. Signed-off-by: Daniel Sangorrin --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 576cc75..8164826 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,8 @@ current or previous year or that are already tracked here. stable and other configured branches, by reading the git commit logs. * `scripts/report_affected.py` - report which issues affect the -specified branches, or all active branches. +specified branches, or all active branches. You can use --show-description +to obtain a short description for each CVE ID. * `scripts/validate.py` - validate all issue files against the schema. @@ -72,6 +73,7 @@ keys: * `base_ver`: Stable version that the branch is based on, e.g. "4.4". This needs to be quoted so that it's a string not a number. +* `tag_regexp`: A regular expression that matches tags on a branch. ### Remotes