diff options
| author | Adam Janovsky | 2025-01-28 09:54:43 +0100 |
|---|---|---|
| committer | J08nY | 2025-02-01 22:57:58 +0100 |
| commit | 47b7a2444b080d6e405b72a8cc516a4354919bb4 (patch) | |
| tree | c6e387f85240460ac058884cb84f88169180ba7b /docs | |
| parent | 3ec78592648bf6c6300fafbec06db794b5016666 (diff) | |
| download | sec-certs-47b7a2444b080d6e405b72a8cc516a4354919bb4.tar.gz sec-certs-47b7a2444b080d6e405b72a8cc516a4354919bb4.tar.zst sec-certs-47b7a2444b080d6e405b72a8cc516a4354919bb4.zip | |
add aux dataset tests
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user_guide.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user_guide.md b/docs/user_guide.md index 9d330c6c..8e6e2f4b 100644 --- a/docs/user_guide.md +++ b/docs/user_guide.md @@ -16,11 +16,11 @@ Our tool can seamlessly download the required NVD datasets when needed. We suppo The following two keys control the behaviour: ```yaml -preferred_source_nvd_datasets: "api" # set to "sec-certs" to fetch them from sec-certs.org +preferred_source_aux_datasets: "api" # 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_nvd_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_aux_datasets: "sec-certs"` ## Inferring inter-certificate reference context |
