mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Fixed passing to less arguments to fmt.
This commit is contained in:
parent
68cab9ec58
commit
287a393b6c
1 changed files with 1 additions and 1 deletions
|
|
@ -700,7 +700,7 @@ func (p *processor) checkSecurity(domain string) error {
|
|||
path := "https://" + domain + "/.well-known/security.txt"
|
||||
res, err := client.Get(path)
|
||||
if err != nil {
|
||||
p.badSecurity("Fetching %s failed: %v", err)
|
||||
p.badSecurity("Fetching %s failed: %v", path, err)
|
||||
return errContinue
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue