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

Add rudimentary documentation.

This commit is contained in:
Sascha L. Teichmann 2022-06-30 19:06:06 +02:00
parent 141acc802e
commit acf5df9d56

View file

@ -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. The "csaf" selection lets the provider takes the value from the CSAF document.
These affects the list items in the web interface. These affects the list items in the web interface.
Default: `["csaf", "white", "amber", "green", "red"]`. 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: Configure the provider metadata.
- provider_metadata.list_on_CSAF_aggregators: List on aggregators - provider_metadata.list_on_CSAF_aggregators: List on aggregators
- provider_metadata.mirror_on_CSAF_aggregators: Mirror on aggregators - provider_metadata.mirror_on_CSAF_aggregators: Mirror on aggregators