1
0
Fork 0
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
Some checks failed
generate-markdown / auto-update-readme (push) Has been cancelled
Go / build (push) Has been cancelled
Go / run_modver (push) Has been cancelled

Fix checker url base handling
This commit is contained in:
Christoph Klassen 2025-07-02 16:34:13 +02:00 committed by GitHub
commit dad4e54184
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1374,6 +1374,7 @@ func (p *processor) checkSecurityFolder(folder string) string {
if err != nil { if err != nil {
return err.Error() return err.Error()
} }
base.Path = ""
u = misc.JoinURL(base, up).String() u = misc.JoinURL(base, up).String()
p.checkTLS(u) p.checkTLS(u)