From acf5df9d567bacdf65cb1ddb44b57560935cf616 Mon Sep 17 00:00:00 2001 From: "Sascha L. Teichmann" Date: Thu, 30 Jun 2022 19:06:06 +0200 Subject: [PATCH] Add rudimentary documentation. --- docs/csaf_provider.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/csaf_provider.md b/docs/csaf_provider.md index 1c2cfc3..134d894 100644 --- a/docs/csaf_provider.md +++ b/docs/csaf_provider.md @@ -25,6 +25,11 @@ Following options are supported in the config file: The "csaf" selection lets the provider takes the value from the CSAF document. These affects the list items in the web interface. Default: `["csaf", "white", "amber", "green", "red"]`. + - create_service_document: Create ROLIE service document. Default: false + - categories: Create ROLIE category document from a list of strings. + If a list item starts with `expr:` the rest of the string is used as a [JsonPath expression](https://goessner.net/articles/JsonPath/) to + extract a string from the incoming advisories. Strings not starting with `expr:` are took verbatim. + By default no category documents are created. - provider_metadata: Configure the provider metadata. - provider_metadata.list_on_CSAF_aggregators: List on aggregators - provider_metadata.mirror_on_CSAF_aggregators: Mirror on aggregators