mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 18:15:42 +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,
|
ID: "csaf-feed-tlp-" + ts,
|
||||||
Title: "CSAF feed (TLP:" + string(tlpLabel) + ")",
|
Title: "CSAF feed (TLP:" + string(tlpLabel) + ")",
|
||||||
Link: []csaf.Link{{
|
Link: []csaf.Link{{
|
||||||
Rel: "rel",
|
Rel: "self",
|
||||||
HRef: string(feedURL),
|
HRef: string(feedURL),
|
||||||
}},
|
}},
|
||||||
Category: []csaf.ROLIECategory{{
|
Category: []csaf.ROLIECategory{{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue