Date: Thu, 8 Apr 2021 23:42:59 GMT From: Ed Maste <emaste@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 74677f33fb - main - Mention hashes and revision numbers in advisory template text Message-ID: <202104082342.138NgxnM089330@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste (src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=74677f33fb470bdcb23d8238bc09b6d2eb43ed09 commit 74677f33fb470bdcb23d8238bc09b6d2eb43ed09 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-04-06 18:49:40 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-04-08 23:42:10 +0000 Mention hashes and revision numbers in advisory template text Reviewed by: markj Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D29656 --- website/static/security/advisory-template.txt | 4 ++-- website/static/security/errata-template.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/static/security/advisory-template.txt b/website/static/security/advisory-template.txt index 0926561512..4a5d401663 100644 --- a/website/static/security/advisory-template.txt +++ b/website/static/security/advisory-template.txt @@ -112,8 +112,8 @@ system. VI. Correction details -The following list contains the correction revision numbers for each -affected branch. +This issue is corrected by the corresponding Git commit hash or Subversion +revision number in the following stable and release branches: Branch/path Hash Revision ------------------------------------------------------------------------- diff --git a/website/static/security/errata-template.txt b/website/static/security/errata-template.txt index c197f5c758..ef1cad8464 100644 --- a/website/static/security/errata-template.txt +++ b/website/static/security/errata-template.txt @@ -112,8 +112,8 @@ system. VI. Correction details -The following list contains the correction revision numbers for each -affected branch. +This issue is corrected by the corresponding Git commit hash or Subversion +revision number in the following stable and release branches: Branch/path Hash Revision -------------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104082342.138NgxnM089330>