mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 18:15:42 +01:00
Exchanges TOML inline table with standard table for better readability
This commit is contained in:
parent
0268d989b5
commit
80eca02ca0
1 changed files with 6 additions and 1 deletions
|
|
@ -27,4 +27,9 @@ Following options are supported in the config file:
|
||||||
- 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
|
||||||
- provider_metadata.publisher: Set the publisher. Default: `{"category"= "vendor", "name"= "Example Company", "namespace"= "https://example.com", "issuing_authority"= "We at Example Company are responsible for publishing and maintaining Product Y.", "contact_details"= "Example Company can be reached at contact_us@example.com, or via our website at https://www.example.com/contact."}`.
|
- provider_metadata.publisher: Set the publisher. Default: `[provider_metadata.publisher]
|
||||||
|
category = "vendor"
|
||||||
|
name = "Example Company"
|
||||||
|
namespace = "https://example.com"
|
||||||
|
issuing_authority = "We at Example Company are responsible for publishing and maintaining Product Y."
|
||||||
|
contact_details = "Example Company can be reached at contact_us@example.com, or via our website at https://www.example.com/contact."`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue