-
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.
Merge pull request #667 from tschmidtb51/csaf_20-errata
CSAF 2.0 Aggregator.json typo
- Loading branch information
Showing
2 changed files
with
60 additions
and
1 deletion.
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" | ||
} |
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