From 4b4a6a4dbd62d86b25dabdd97f1a95e4bace72af Mon Sep 17 00:00:00 2001 From: JanHoefelmeyer <107021473+JanHoefelmeyer@users.noreply.github.com> Date: Wed, 8 Feb 2023 14:19:23 +0100 Subject: [PATCH] Update docs/csaf_aggregator.md Rephrases csaf_aggregator.md for better readability Co-authored-by: tschmidtb51 <65305130+tschmidtb51@users.noreply.github.com> --- docs/csaf_aggregator.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/csaf_aggregator.md b/docs/csaf_aggregator.md index c9a5630..a9b6a9c 100644 --- a/docs/csaf_aggregator.md +++ b/docs/csaf_aggregator.md @@ -123,11 +123,12 @@ If a provider's `create_service_document` option is set to true, a `service.json` will be written listing its ROLIE feed documents. If it is not set or set to false, then no `service.json` will be written. -To further dissect CSAF-documents by criteria like document category, -languages or values of the branch category within the product tree you -can set providers categories values. This can be done using an array -of strings taken literally or, by prepending "expr:", have it be read -through JSONPath values. For a more detailed explanation, +To offer an easy way of assorting CSAF documents by criteria like +document category, languages or values of the branch category within +the product tree ROLIE category values can be configured. This can either +be done using an array of strings taken literally or, by prepending `"expr:"`. +The latter is evaluated as JSONPath and the result will be added into the +categories document. For a more detailed explanation and examples, [refer to the provider config](csaf_provider.md#provider-options). #### Example config file