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

Fixes formatting of TOML table at the end of csaf_provider.md

This commit is contained in:
Jan Höfelmeyer 2022-06-17 13:33:14 +02:00
parent 3465938508
commit aa7aadf3f1

View file

@ -26,10 +26,10 @@ Following options are supported in the config file:
- 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: - provider_metadata.publisher: Set the publisher. Default:
`[provider_metadata.publisher]\ ```toml [provider_metadata.publisher]
category = "vendor"\ category = "vendor"
name = "Example Company"\ name = "Example Company"
namespace = "https://example.com"\ namespace = "https://example.com"
issuing_authority = "We at Example Company are responsible for publishing and maintaining Product Y."\ 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."` contact_details = "Example Company can be reached at contact_us@example.com, or via our website at https://www.example.com/contact."```