Skip to content

Commit

Permalink
Merge pull request #856 from tschmidtb51/rolie-update
Browse files Browse the repository at this point in the history
ROLIE update
  • Loading branch information
tschmidtb51 authored Jan 17, 2025
2 parents b7d4282 + 21a07b7 commit f8a5382
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
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
Expand Up @@ -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.",
Expand Down
1 change: 1 addition & 0 deletions csaf_2.1/prose/edit/src/distributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f8a5382

Please sign in to comment.