mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Improve writing ROLIE feed documents
* Add signature and two time has as link rel attributes to each rolie entry for provider and aggregator. Thus following CSAF 2.0 csd02. resolve #74
This commit is contained in:
parent
22b945a3c3
commit
589547fa94
5 changed files with 18 additions and 12 deletions
|
|
@ -545,7 +545,7 @@ func (p *processor) processROLIEFeed(feed string) error {
|
|||
}
|
||||
|
||||
// Extract the CSAF files from feed.
|
||||
files := rfeed.Files()
|
||||
files := rfeed.Files("self")
|
||||
|
||||
if err := p.integrity(files, base, rolieMask, p.badProviderMetadata.add); err != nil &&
|
||||
err != errContinue {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue