diff options
| author | J08nY | 2021-12-26 19:05:47 +0100 |
|---|---|---|
| committer | J08nY | 2021-12-26 19:05:47 +0100 |
| commit | 949fe1092674e503bb645e781e67476ddf88a746 (patch) | |
| tree | 4a44b97b016796125eadd1f3b3948a65453b57e8 | |
| parent | 41ce0a3d8434d89f492a69fc42f45a5e1383ddaa (diff) | |
| download | sec-certs-949fe1092674e503bb645e781e67476ddf88a746.tar.gz sec-certs-949fe1092674e503bb645e781e67476ddf88a746.tar.zst sec-certs-949fe1092674e503bb645e781e67476ddf88a746.zip | |
Lookup latest results from seccerts.org
Fixes #77.
| -rw-r--r-- | sec_certs/config/settings.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sec_certs/config/settings.yaml b/sec_certs/config/settings.yaml index 11eb7e78..052a4ef5 100644 --- a/sec_certs/config/settings.yaml +++ b/sec_certs/config/settings.yaml @@ -24,10 +24,10 @@ cpe_n_max_matches: value: 100 cc_latest_snapshot: description: Url from where to fetch the latest snapshot of fully processed CC dataset - value: https://www.ajanovsky.cz/cc_latest_snapshot.json + value: https://seccerts.org/cc/dataset.json cc_maintenances_latest_snapshot: description: Url from where to fetch the latest snapshot of CC maintenance updates - value: https://www.ajanovsky.cz/cc_maintenances_latest_snapshot.json + value: https://seccerts.org/static/cc_maintenances_latest_snapshot.json ignore_first_page: description: During keyword search, first page usually contains addresses - ignore it. value: true @@ -36,7 +36,7 @@ cert_threshold: value: 5 fips_latest_snapshot: description: Url for the latest snapshot of FIPS dataset - value: https://seccerts.org/static/fips_dset_ad8734a39b856ca1a1b7b073713872359bae7545.json + value: https://seccerts.org/fips/dataset.json minimal_token_length: description: Minimal length of a string that will be considered as a token during keyword extraction in CVE matching value: 3 |
