mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Forget to add indices in aggregator.
This commit is contained in:
parent
a63911be41
commit
86070629e2
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ func (w *worker) writeROLIE(label string, summaries []summary) error {
|
|||
ID: "csaf-feed-tlp-" + strings.ToLower(label),
|
||||
Title: "CSAF feed (TLP:" + strings.ToUpper(label) + ")",
|
||||
Link: []csaf.Link{{
|
||||
Rel: "rel",
|
||||
Rel: "self",
|
||||
HRef: feedURL,
|
||||
}},
|
||||
Category: []csaf.ROLIECategory{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue