From 5546f8d0044dff72d5a84e1eb242235920445dde Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Fri, 18 Mar 2022 03:29:00 -0400 Subject: nvdmirror/sync.go: add cisa kevc url to list of sync urls --- nvdmirror/sync.go | 1 + 1 file changed, 1 insertion(+) (limited to 'nvdmirror/sync.go') diff --git a/nvdmirror/sync.go b/nvdmirror/sync.go index dcbf6a9..430842f 100644 --- a/nvdmirror/sync.go +++ b/nvdmirror/sync.go @@ -39,5 +39,6 @@ func Sync(config SyncConfig, cache Cache, dstDir string) []string { return ctx.syncUrls(append( ctx.checkMetas(ctx.fetchMetas()), config.GetCpeDictUrl(), + config.GetCisaKevcUrl(), )) } -- cgit v1.2.3