aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/update.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/cmd/update.go b/cmd/update.go
index 7047fd9..2f57063 100644
--- a/cmd/update.go
+++ b/cmd/update.go
@@ -23,9 +23,10 @@ var updateCmd = &cobra.Command{
// custom sync config
config := nvdmirror.SyncConfig {
- Cve11BaseUrl: "https://pmdn.org/nvdmirror",
- CpeMatch10BaseUrl: "https://pmdn.org/nvdmirror",
- Cpe23DictUrl: "https://pmdn.org/nvdmirror",
+ Cve11BaseUrl: "https://pmdn.org/cvez-test/20220318/nvd/cve",
+ CpeMatch10BaseUrl: "https://pmdn.org/cvez-test/20220318/nvd/cpematch",
+ Cpe23DictUrl: "https://pmdn.org/cvez-test/20220318/nvd/cpedict/official-cpe-dictionary_v2.3.xml.gz",
+ CisaKevcUrl: "https://pmdn.org/cvez-test/20220318/cisa/known_exploited_vulnerabilities.json",
}
// sync data, get changed data