diff options
| author | J08nY | 2022-10-19 17:39:32 +0200 |
|---|---|---|
| committer | J08nY | 2022-10-19 17:39:32 +0200 |
| commit | 6ccdf21ef34e9532e518ed6ae3a4dabb8565d290 (patch) | |
| tree | df5892fe8398844b1d2d03a67fa54bb51a32a7c5 /tests/data | |
| parent | 943a26e782573bf9efc36017b08c82a1adb5dc37 (diff) | |
| download | sec-certs-6ccdf21ef34e9532e518ed6ae3a4dabb8565d290.tar.gz sec-certs-6ccdf21ef34e9532e518ed6ae3a4dabb8565d290.tar.zst sec-certs-6ccdf21ef34e9532e518ed6ae3a4dabb8565d290.zip | |
Add a way to get the full MIP and IUT datasets from web.
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/settings_test.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/settings_test.yaml b/tests/data/settings_test.yaml index 03ddbb62..82da0540 100644 --- a/tests/data/settings_test.yaml +++ b/tests/data/settings_test.yaml @@ -39,9 +39,15 @@ cert_threshold: fips_latest_snapshot: description: URL for the latest snapshot of FIPS dataset value: https://seccerts.org/fips/dataset.json +fips_iut_dataset: + description: URL for the dataset of FIPS IUT data + value: https://seccerts.org/fips/iut/dataset.json fips_iut_latest_snapshot: description: URL for the latest snapshot of FIPS IUT data value: https://seccerts.org/fips/iut/latest.json +fips_mip_dataset: + description: URL for the dataset of FIPS MIP data + value: https://seccerts.org/fips/mip/dataset.json fips_mip_latest_snapshot: description: URL for the latest snapshot of FIPS MIP data value: https://seccerts.org/fips/mip/latest.json |
