mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Add rudimentary documentation.
This commit is contained in:
parent
141acc802e
commit
acf5df9d56
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue