mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 18:15:42 +01:00
Use correct base URL
This commit is contained in:
parent
6ac97810d0
commit
1098c6add0
4 changed files with 5 additions and 5 deletions
|
|
@ -295,6 +295,7 @@ func (afp *AdvisoryFileProcessor) processROLIE(
|
|||
slog.Error("Cannot parse feed base URL", "url", fb, "err", err)
|
||||
continue
|
||||
}
|
||||
feedBaseURL.Path = ""
|
||||
|
||||
res, err := afp.client.Get(feedURL.String())
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue