From d2e5e7eeacbd79e853ed6b131f90022219607a3e Mon Sep 17 00:00:00 2001 From: Stefan Hagen Date: Fri, 8 Dec 2023 17:16:26 +0100 Subject: [PATCH 1/2] Filled in section 1.1 to describe the changes --- csaf_2.0_errata_01/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/csaf_2.0_errata_01/index.md b/csaf_2.0_errata_01/index.md index 51aa4a7ce..19529dc7b 100644 --- a/csaf_2.0_errata_01/index.md +++ b/csaf_2.0_errata_01/index.md @@ -97,7 +97,9 @@ There are no changes to the published CSAF document. Changes have been made only ## 1.1 Description of changes -Describe adding the "s" to "mirror" as you wish. +In the aggregator schema, a typo has been corrected that blocked creation of any valid JSON aggregator document instance. + +In line 178 of the aggregator_json_schema.json the entry "mirror" as requireed field has beend corrected to be "mirrors" to match the existing type property definition in line 187 of the same schema file. ## 1.2 Scope of changes From 811f19d374ab9170bd9b94b2afe6df70bfd23d1e Mon Sep 17 00:00:00 2001 From: Stefan Hagen Date: Fri, 8 Dec 2023 17:45:43 +0100 Subject: [PATCH 2/2] Enhanced errata description Co-authored-by: tschmidtb51 <65305130+tschmidtb51@users.noreply.github.com> --- csaf_2.0_errata_01/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csaf_2.0_errata_01/index.md b/csaf_2.0_errata_01/index.md index 19529dc7b..4f40cf872 100644 --- a/csaf_2.0_errata_01/index.md +++ b/csaf_2.0_errata_01/index.md @@ -99,7 +99,7 @@ There are no changes to the published CSAF document. Changes have been made only In the aggregator schema, a typo has been corrected that blocked creation of any valid JSON aggregator document instance. -In line 178 of the aggregator_json_schema.json the entry "mirror" as requireed field has beend corrected to be "mirrors" to match the existing type property definition in line 187 of the same schema file. +In line 178 of the `aggregator_json_schema.json`, the entry `mirror` as `required` field has been corrected to be `mirrors` to match the existing property definition in line 187 of the same schema file. There is no field `mirror`. ## 1.2 Scope of changes