mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Fix wrong content of ROLIE link
This commit is contained in:
parent
de595f5da9
commit
a63911be41
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ func (c *controller) upload(r *http.Request) (interface{}, error) {
|
|||
ID: "csaf-feed-tlp-" + ts,
|
||||
Title: "CSAF feed (TLP:" + string(tlpLabel) + ")",
|
||||
Link: []csaf.Link{{
|
||||
Rel: "rel",
|
||||
Rel: "self",
|
||||
HRef: string(feedURL),
|
||||
}},
|
||||
Category: []csaf.ROLIECategory{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue