mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 18:15:42 +01:00
Improve checks and messages for bad entries in files
* Ignore bad URLs in index.txt, improve messages. resolve #158
This commit is contained in:
parent
6a605fdbcc
commit
d1855a9c30
4 changed files with 43 additions and 12 deletions
|
|
@ -114,7 +114,8 @@ func (d *downloader) download(domain string) error {
|
|||
d.httpClient(),
|
||||
d.eval,
|
||||
lpmd.Document,
|
||||
base)
|
||||
base,
|
||||
nil)
|
||||
|
||||
return afp.Process(d.downloadFiles)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue