From 2f447f81288d0ce248dfa451d2c262abed2ec7c3 Mon Sep 17 00:00:00 2001 From: tschmidtb51 <65305130+tschmidtb51@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:25:11 +0200 Subject: [PATCH 1/2] Branch category `platform` - addresses parts of oasis-tcs/csaf#718 - add `platform`to JSON schema --- csaf_2.1/json_schema/csaf_json_schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/csaf_2.1/json_schema/csaf_json_schema.json b/csaf_2.1/json_schema/csaf_json_schema.json index 1c42ccb5..81532369 100644 --- a/csaf_2.1/json_schema/csaf_json_schema.json +++ b/csaf_2.1/json_schema/csaf_json_schema.json @@ -96,6 +96,7 @@ "language", "legacy", "patch_level", + "platform", "product_family", "product_name", "product_version", From a899b4db2a8dd413a7f5639359b47a746e833752 Mon Sep 17 00:00:00 2001 From: tschmidtb51 <65305130+tschmidtb51@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:28:11 +0200 Subject: [PATCH 2/2] Branch category `platform` - addresses parts of oasis-tcs/csaf#718 - adapt prose to reflect current state of the schema --- csaf_2.1/prose/edit/src/schema-elements-01-defs-02-branches.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/csaf_2.1/prose/edit/src/schema-elements-01-defs-02-branches.md b/csaf_2.1/prose/edit/src/schema-elements-01-defs-02-branches.md index b5cdb6b4..7eda0f27 100644 --- a/csaf_2.1/prose/edit/src/schema-elements-01-defs-02-branches.md +++ b/csaf_2.1/prose/edit/src/schema-elements-01-defs-02-branches.md @@ -52,6 +52,7 @@ Valid `enum` values are: language legacy patch_level + platform product_family product_name product_version @@ -71,6 +72,8 @@ The value `legacy` indicates an entry that has reached its end of life. The value `patch_level` indicates the patch level of the product. +The value `platform` indicates the (CPU) platform for which the product is intended. + The value `product_family` indicates the product family that the product falls into. The value `product_name` indicates the name of the product.