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 feed is missing feed object #47

Closed
tschmidtb51 opened this issue Jan 31, 2022 · 1 comment
Closed

ROLIE feed is missing feed object #47

tschmidtb51 opened this issue Jan 31, 2022 · 1 comment
Labels
bug Something isn't working csaf_provider

Comments

@tschmidtb51
Copy link
Collaborator

The ROLIE feeds currently generated by the csaf_provider are missing the surrounding feed element.

Expected output:

{
  "feed": {
    "id": "example-csaf-feed-tlp-white",
    "title": "Example CSAF feed (TLP:WHITE)",
    //...
  }
}

Current output:

{
  "id": "csaf-feed-tlp-white",
  "title": "CSAF feed (TLP:WHITE)",
  // ...
}
@bernhardreiter
Copy link
Collaborator

Done (as shown be ROLIE validation not complaining at this point)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working csaf_provider
Projects
None yet
Development

No branches or pull requests

2 participants