diff options
| author | adamjanovsky | 2022-05-27 07:19:41 +0200 |
|---|---|---|
| committer | GitHub | 2022-05-27 07:19:41 +0200 |
| commit | da656e48de71fe922a31aafa2ec165939cd89bfd (patch) | |
| tree | 6fb5454a0b0fe50578e67ace578f1d126e1c3f14 /tests | |
| parent | 2d177c89e8db6d5f0052beba4e93bb92fac069ab (diff) | |
| parent | 2494179cd89da581075ed033cb19e48b6619238c (diff) | |
| download | sec-certs-da656e48de71fe922a31aafa2ec165939cd89bfd.tar.gz sec-certs-da656e48de71fe922a31aafa2ec165939cd89bfd.tar.zst sec-certs-da656e48de71fe922a31aafa2ec165939cd89bfd.zip | |
Merge pull request #215 from crocs-muni/model-docs
docs: Documentation for DependecyFinder and DependencyVulnerabilityFi…
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/data/settings_test.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
