From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web09.9933.1573552892457632878 for ; Tue, 12 Nov 2019 02:01:32 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=btNUE/w/; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1573552891; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DTyUa5NaEkcWbQ+xosU9pI+4RAsOVHesTP88HsKRBLk=; b=btNUE/w/nieCX9HYFePAUzYOvyRtuF5dzt+8CVZupGpuvwG1n9RwumlWITs9sqlErtaOBY VYpanP5iXBny226l/REbwOu7t1ZLQo0s/u7q0L/o8EkiQ/hq/n9Rko1pf39IkQrZV23qW6 4yFV3CyPXgDgYlnPeQDxRIA2YUIYSDs= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-255-fM9suYjQO06Zc0FH4IZC_Q-1; Tue, 12 Nov 2019 05:01:29 -0500 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 00229801E51; Tue, 12 Nov 2019 10:01:28 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-207.ams2.redhat.com [10.36.116.207]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3776162671; Tue, 12 Nov 2019 10:01:27 +0000 (UTC) From: "Laszlo Ersek" To: edk2-devel-groups-io Cc: Liming Gao Subject: [edk2-wiki PATCH 2/3] Release Planning: clean up CVE reference format Date: Tue, 12 Nov 2019 11:01:22 +0100 Message-Id: <20191112100123.7200-3-lersek@redhat.com> In-Reply-To: <20191112100123.7200-1-lersek@redhat.com> References: <20191112100123.7200-1-lersek@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-MC-Unique: fM9suYjQO06Zc0FH4IZC_Q-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable When referring to the titles of such TianoCore BZs that are CVEs, we should use the following format: Subject (CVE-2019-...) Because in the following format: (CVE-2019-...) - Subject the CVE number is doubly separated from the subject (by parentheses, and by dash). Cc: Liming Gao Signed-off-by: Laszlo Ersek --- EDK-II-Release-Planning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EDK-II-Release-Planning.md b/EDK-II-Release-Planning.md index e6148144cd91..177cbbebe18c 100644 --- a/EDK-II-Release-Planning.md +++ b/EDK-II-Release-Planning.md @@ -22,7 +22,7 @@ * [Allow PCDs to be used in conditional statements if not referenced in an= INF](https://bugzilla.tianocore.org/show_bug.cgi?id=3D2270) * [Add Support Laml and Lasa for TPM2 ACPI](https://bugzilla.tianocore.org= /show_bug.cgi?id=3D978) * [Add PCI Device Security Support](https://bugzilla.tianocore.org/show_bu= g.cgi?id=3D2303) -* [(CVE-2019-11098) - BootGuard TOCTOU vulnerability](https://bugzilla.tia= nocore.org/show_bug.cgi?id=3D1614) +* [BootGuard TOCTOU vulnerability (CVE-2019-11098)](https://bugzilla.tiano= core.org/show_bug.cgi?id=3D1614) * TBD =20 # [edk2-stable201908 tag](https://github.com/tianocore/edk2/releases/tag/e= dk2-stable201908) --=20 2.19.1.3.g30247aa5d201