aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2022-03-18 03:29:00 -0400
committerPaul Duncan <pabs@pablotron.org>2022-03-18 03:29:00 -0400
commit5546f8d0044dff72d5a84e1eb242235920445dde (patch)
treeaf673e70d683284fb7fdf9b5990383ee485048cc
parent60259c99d9ea952e8c9d838edc60984484007530 (diff)
downloadcvez-5546f8d0044dff72d5a84e1eb242235920445dde.tar.bz2
cvez-5546f8d0044dff72d5a84e1eb242235920445dde.zip
nvdmirror/sync.go: add cisa kevc url to list of sync urls
-rw-r--r--nvdmirror/sync.go1
1 files changed, 1 insertions, 0 deletions
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(),
))
}