Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ROLIE update #856

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@
"rolie": {
"feeds": [
{
"last_updated": "2024-01-24T20:20:56.169Z",
"summary": "All TLP:CLEAR advisories of Example Company.",
"tlp_label": "CLEAR",
"url": "https://www.example.com/.well-known/csaf/feed-tlp-clear.json"
7 changes: 7 additions & 0 deletions csaf_2.1/json_schema/provider_json_schema.json
Original file line number Diff line number Diff line change
@@ -115,10 +115,17 @@
"description": "Contains information about the ROLIE feed.",
"type": "object",
"required": [
"last_updated",
"tlp_label",
"url"
],
"properties": {
"last_updated": {
"title": "Last updated",
"description": "Holds the date and time when the feed was last updated.",
"type": "string",
"format": "date-time"
},
"summary": {
"title": "Summary of the feed",
"description": "Contains a summary of the feed.",
1 change: 1 addition & 0 deletions csaf_2.1/prose/edit/src/distributing.md
Original file line number Diff line number Diff line change
@@ -82,6 +82,7 @@ CSAF aggregator SHOULD display over any individual `publisher` values in the CSA
"rolie": {
"feeds": [
{
"last_updated": "2024-01-24T20:20:56.169Z",
"summary": "All TLP:CLEAR advisories of Example Company.",
"tlp_label": "CLEAR",
"url": "https://www.example.com/.well-known/csaf/feed-tlp-clear.json"