mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 18:15:42 +01:00
Merge branch 'main' into fully-quoted-changes-csv
This commit is contained in:
commit
a98aa794a8
1 changed files with 7 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ rate
|
|||
insecure
|
||||
write_indices
|
||||
category
|
||||
update_interval
|
||||
```
|
||||
|
||||
If you want an entry to be listed instead of mirrored
|
||||
|
|
@ -110,6 +111,12 @@ in a `aggregator.category == "aggregator"` instance,
|
|||
set `category` to `lister` in the entry.
|
||||
Otherwise it is recommended to not set `category` for entries.
|
||||
|
||||
If a provider's domain starts with https:// its considered a publisher.
|
||||
These publishers are added to the csaf_publishers list instead of the csaf_providers list which was used before.
|
||||
|
||||
The mandatory value of update_interval can be configured for each publisher (provider) individually. If not given it falls back
|
||||
to the global update_interval. If this is not given either the default is "on best effort".
|
||||
|
||||
#### Example config file
|
||||
<!-- MARKDOWN-AUTO-DOCS:START (CODE:src=../docs/examples/aggregator.toml) -->
|
||||
<!-- The below code snippet is automatically added from ../docs/examples/aggregator.toml -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue