1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 18:15:42 +01:00

Update docs/csaf_aggregator.md

Rephrases csaf_aggregator.md for better readability

Co-authored-by: tschmidtb51 <65305130+tschmidtb51@users.noreply.github.com>
This commit is contained in:
JanHoefelmeyer 2023-02-08 14:19:23 +01:00 committed by Sascha L. Teichmann
parent 38c6da8212
commit 4b4a6a4dbd

View file

@ -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. 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. 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, To offer an easy way of assorting CSAF documents by criteria like
languages or values of the branch category within the product tree you document category, languages or values of the branch category within
can set providers categories values. This can be done using an array the product tree ROLIE category values can be configured. This can either
of strings taken literally or, by prepending "expr:", have it be read be done using an array of strings taken literally or, by prepending `"expr:"`.
through JSONPath values. For a more detailed explanation, 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). [refer to the provider config](csaf_provider.md#provider-options).
#### Example config file #### Example config file