diff options
| author | J08nY | 2025-02-01 21:04:45 +0100 |
|---|---|---|
| committer | J08nY | 2025-02-01 22:58:29 +0100 |
| commit | 3173ff97ed4439b83b90f490a0b92c99c0dd375b (patch) | |
| tree | b309840cac7eef7c3b3cdaa2eb83581a1f0a10c0 /docs/user_guide.md | |
| parent | d7ccc163ed1afa9e93c91f4a49443525185be424 (diff) | |
| download | sec-certs-3173ff97ed4439b83b90f490a0b92c99c0dd375b.tar.gz sec-certs-3173ff97ed4439b83b90f490a0b92c99c0dd375b.tar.zst sec-certs-3173ff97ed4439b83b90f490a0b92c99c0dd375b.zip | |
Revert the FIPS IUT and MIP from_web methods.
Diffstat (limited to 'docs/user_guide.md')
| -rw-r--r-- | docs/user_guide.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/user_guide.md b/docs/user_guide.md index 8e6e2f4b..9191f689 100644 --- a/docs/user_guide.md +++ b/docs/user_guide.md @@ -11,16 +11,16 @@ Our tool matches certificates to their possible CVEs using datasets downloaded f Our tool can seamlessly download the required NVD datasets when needed. We support two download mechanisms: 1. Fetching datasets with the [NVD API](https://nvd.nist.gov/developers/start-here) (preferred way). -1. Fetching snapshots from seccerts.org. +1. Fetching snapshots from sec-certs.org. The following two keys control the behaviour: ```yaml -preferred_source_aux_datasets: "api" # set to "sec-certs" to fetch them from sec-certs.org +preferred_source_remote_datasets: "origin" # set to "sec-certs" to fetch them from sec-certs.org nvd_api_key: null # or the actual key value ``` -If you aim to fetch the sources from NVD, we advise you to get an [NVD API key](https://nvd.nist.gov/developers/request-an-api-key) and set the `nvd_api_key` setting accordingly. The download from NVD will work even without API key, it will just be slow. No API key is needed when `preferred_source_aux_datasets: "sec-certs"` +If you aim to fetch the sources from NVD, we advise you to get an [NVD API key](https://nvd.nist.gov/developers/request-an-api-key) and set the `nvd_api_key` setting accordingly. The download from NVD will work even without API key, it will just be slow. No API key is needed when `preferred_source_remote_datasets: "sec-certs"` ## Inferring inter-certificate reference context |
