mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Fix aggregator url base handling
This commit is contained in:
parent
bcd34d9fba
commit
3262e2ec2a
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ func (w *worker) mirrorInternal() (*csaf.AggregatorCSAFProvider, error) {
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
base.Path = ""
|
||||
|
||||
afp := csaf.NewAdvisoryFileProcessor(
|
||||
w.client,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue