1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Expose logging as field in AdvisoryFileProcessor to shrink constructor signature.

This commit is contained in:
Sascha L. Teichmann 2023-07-26 03:31:00 +02:00
parent f8c3741d12
commit 0ad4ed9e36
3 changed files with 4 additions and 8 deletions

View file

@ -150,8 +150,7 @@ func (d *downloader) download(ctx context.Context, domain string) error {
client,
d.eval,
lpmd.Document,
base,
nil)
base)
// Do we need time range based filtering?
if d.cfg.Range != nil {