mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Merge pull request #659 from gocsaf/fix-checker-join
Fix checker url base handling
This commit is contained in:
commit
dad4e54184
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