1
0
Fork 0
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:
Sascha L. Teichmann 2022-02-23 21:10:19 +01:00
parent 9e13831a6f
commit 4fc6bc5509
3 changed files with 20 additions and 13 deletions

View file

@ -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)
}