aboutsummaryrefslogtreecommitdiff
path: root/nvdmirror/sync.go
diff options
context:
space:
mode:
Diffstat (limited to 'nvdmirror/sync.go')
-rw-r--r--nvdmirror/sync.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvdmirror/sync.go b/nvdmirror/sync.go
index 430842f..afdc260 100644
--- a/nvdmirror/sync.go
+++ b/nvdmirror/sync.go
@@ -40,5 +40,6 @@ func Sync(config SyncConfig, cache Cache, dstDir string) []string {
ctx.checkMetas(ctx.fetchMetas()),
config.GetCpeDictUrl(),
config.GetCisaKevcUrl(),
+ config.GetCweListUrl(),
))
}