diff options
author | Paul Duncan <pabs@pablotron.org> | 2022-03-18 03:29:00 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2022-03-18 03:29:00 -0400 |
commit | 5546f8d0044dff72d5a84e1eb242235920445dde (patch) | |
tree | af673e70d683284fb7fdf9b5990383ee485048cc /nvdmirror | |
parent | 60259c99d9ea952e8c9d838edc60984484007530 (diff) | |
download | cvez-5546f8d0044dff72d5a84e1eb242235920445dde.tar.bz2 cvez-5546f8d0044dff72d5a84e1eb242235920445dde.zip |
nvdmirror/sync.go: add cisa kevc url to list of sync urls
Diffstat (limited to 'nvdmirror')
-rw-r--r-- | nvdmirror/sync.go | 1 |
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(), )) } |