mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Fix checker url base handling
This commit is contained in:
parent
ca54ba53be
commit
01c43d96ce
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue