diff options
| author | J08nY | 2022-05-20 13:56:00 +0200 |
|---|---|---|
| committer | J08nY | 2022-05-20 13:56:52 +0200 |
| commit | 0c12f7fec7778279a9c6ab1fc3d1b6868e7dcd86 (patch) | |
| tree | 65cf2e5b8dce8bcdbac5c5a2ef980c832b18ac99 | |
| parent | 279d732e16347ffc08506330cb269887f86d8e61 (diff) | |
| download | sec-certs-0c12f7fec7778279a9c6ab1fc3d1b6868e7dcd86.tar.gz sec-certs-0c12f7fec7778279a9c6ab1fc3d1b6868e7dcd86.tar.zst sec-certs-0c12f7fec7778279a9c6ab1fc3d1b6868e7dcd86.zip | |
Update location of CC MU dataset in settings.
This will work after todays nightly update.
| -rw-r--r-- | sec_certs/config/settings.yaml | 2 | ||||
| -rw-r--r-- | tests/data/settings_test.yaml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sec_certs/config/settings.yaml b/sec_certs/config/settings.yaml index 4383b6ad..b0228238 100644 --- a/sec_certs/config/settings.yaml +++ b/sec_certs/config/settings.yaml @@ -29,7 +29,7 @@ cc_latest_snapshot: 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://seccerts.org/static/cc_maintenances_latest_snapshot.json + value: https://seccerts.org/cc/maintenance_updates.json ignore_first_page: description: During keyword search, first page usually contains addresses - ignore it. value: true diff --git a/tests/data/settings_test.yaml b/tests/data/settings_test.yaml index 5815aef5..cff5a9be 100644 --- a/tests/data/settings_test.yaml +++ b/tests/data/settings_test.yaml @@ -24,10 +24,10 @@ cpe_n_max_matches: value: 20 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/cc/maintenance_updates.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 enable_progress_bars: description: Whether to enable pretty-printed progress bars while processing. value: False |
