diff --git a/cmd/csaf_checker/processor.go b/cmd/csaf_checker/processor.go index def1960..2e0a424 100644 --- a/cmd/csaf_checker/processor.go +++ b/cmd/csaf_checker/processor.go @@ -1374,6 +1374,7 @@ func (p *processor) checkSecurityFolder(folder string) string { if err != nil { return err.Error() } + base.Path = "" u = misc.JoinURL(base, up).String() p.checkTLS(u)