From nobody Mon Nov 15 18:01:06 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 1BAD51889597 for ; Mon, 15 Nov 2021 18:01:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HtH770Lkmz3GWs; Mon, 15 Nov 2021 18:01:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E15EB1E50A; Mon, 15 Nov 2021 18:01:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1AFI16Fw026986; Mon, 15 Nov 2021 18:01:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1AFI16If026985; Mon, 15 Nov 2021 18:01:06 GMT (envelope-from git) Date: Mon, 15 Nov 2021 18:01:06 GMT Message-Id: <202111151801.1AFI16If026985@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Daniel Ebdrup Jensen Subject: git: d4b1dbdb83 - main - status: Correct heading levels List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: debdrup X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d4b1dbdb8347a34ff8a6b0a7b93dcf7a5116346c Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by debdrup: URL: https://cgit.FreeBSD.org/doc/commit/?id=d4b1dbdb8347a34ff8a6b0a7b93dcf7a5116346c commit d4b1dbdb8347a34ff8a6b0a7b93dcf7a5116346c Author: Daniel Ebdrup Jensen AuthorDate: 2021-11-15 18:00:20 +0000 Commit: Daniel Ebdrup Jensen CommitDate: 2021-11-15 18:00:20 +0000 status: Correct heading levels This fixes the CPE report and its subheadings showing up in the ToC. Reported by: emaste --- website/content/en/status/report-2021-07-2021-09/cpe.adoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/website/content/en/status/report-2021-07-2021-09/cpe.adoc b/website/content/en/status/report-2021-07-2021-09/cpe.adoc index 69a43c419f..e2fe9e6d3f 100644 --- a/website/content/en/status/report-2021-07-2021-09/cpe.adoc +++ b/website/content/en/status/report-2021-07-2021-09/cpe.adoc @@ -22,7 +22,7 @@ use it. This is why a script called `chkcpe` was created to validate existing CPE data and find new possible matches automatically. -=== Why do we need it? +==== Why do we need it? It allows comparing CPE URIs for installed packages against published vulnerability data and will give us a much better and @@ -30,7 +30,7 @@ more complete `pkg audit`. As a side effect we will also have a better overview of vulnerable ports in the FreeBSD Ports Collection that need to be patched or updated. -=== How can I help? +==== How can I help? In this phase there is no easy possibility for port maintainers to help. Creating separate PRs only to add CPE data does not make @@ -40,10 +40,9 @@ Right now review and commit consumes around 3 minutes per port. If you are a Ports Committer and want to help please get in touch! -=== Open Tasks +==== Open Tasks * Review remaining reports (~1800) and update ports when appropriate * Improve matching quality to find more possible matches * Support using CPE data in `pkg audit` * Scan for vulnerable ports in the Ports Collection -