mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Add another layer aound the ROLIE feed documents.
This commit is contained in:
parent
9e13831a6f
commit
4fc6bc5509
3 changed files with 20 additions and 13 deletions
|
|
@ -490,7 +490,7 @@ func (p *processor) processROLIEFeed(feed string) error {
|
|||
|
||||
// Extract the CSAF files from feed.
|
||||
var files []string
|
||||
for _, f := range rfeed.Entry {
|
||||
for _, f := range rfeed.Feed.Entry {
|
||||
for i := range f.Link {
|
||||
files = append(files, f.Link[i].HRef)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue