-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- addresses parts of #663 - add example to make sure change is correct
- Loading branch information
1 parent
936f338
commit a004b86
Showing
1 changed file
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
{ | ||
"aggregator": { | ||
"category": "aggregator", | ||
"contact_details": "Example Aggregator can be reached at [email protected], or via our website at https://aggregator.example/security/csaf/aggregator/contact.", | ||
"issuing_authority": "This service is provided as it is. It is free for everybody.", | ||
"name": "Example Aggregator", | ||
"namespace": "https://aggregator.example" | ||
}, | ||
"aggregator_version": "2.0", | ||
"canonical_url": "https://aggregator.example/.well-known/csaf-aggregator/aggregator.json", | ||
"csaf_providers": [ | ||
{ | ||
"metadata": { | ||
"last_updated": "2021-07-12T20:20:56.169Z", | ||
"publisher": { | ||
"category": "vendor", | ||
"name": "Example Company ProductCERT", | ||
"namespace": "https://psirt.example.com" | ||
}, | ||
"url": "https://www.example.com/.well-known/csaf/provider-metadata.json" | ||
}, | ||
"mirrors": [ | ||
"https://aggregator.example/.well-known/csaf-aggregator/Example_Company_ProductCERT/provider-metadata.json" | ||
] | ||
}, | ||
{ | ||
"metadata": { | ||
"last_updated": "2021-07-12T21:35:38.000Z", | ||
"publisher": { | ||
"category": "coordinator", | ||
"name": "Example Coordinator CERT", | ||
"namespace": "https://cert.example" | ||
}, | ||
"url": "https://cert.example/advisories/csaf/provider-metadata.json" | ||
}, | ||
"mirrors": [ | ||
"https://aggregator.example/.well-known/csaf-aggregator/Example_Coordinator_CERT/provider-metadata.json" | ||
] | ||
} | ||
], | ||
"csaf_publishers": [ | ||
{ | ||
"metadata": { | ||
"last_updated": "2021-07-12T20:42:48.819Z", | ||
"publisher": { | ||
"category": "vendor", | ||
"name": "Example Cooperation ProductCERT", | ||
"namespace": "https://psirt.example.net" | ||
}, | ||
"url": "https://www.example.net/.well-known/csaf/provider-metadata.json" | ||
}, | ||
"mirrors": [ | ||
"https://aggregator.example/.well-known/csaf-aggregator/Example_Cooperation_ProductCERT/provider-metadata.json" | ||
], | ||
"update_interval": "on best effort" | ||
} | ||
], | ||
"last_updated":"2021-07-12T22:35:38.978Z" | ||
} |