diff options
| author | J08nY | 2022-10-19 09:51:32 +0200 |
|---|---|---|
| committer | J08nY | 2022-10-19 09:51:32 +0200 |
| commit | c18eed5128b3aad991f4e9274418a8c3cebbd372 (patch) | |
| tree | 535e8f3c8ac9d6a9db59b0a2f3bcd81be4d77250 /tests/data | |
| parent | 3c6bd84a53cd1abc4a6159b0013f84aa0043c254 (diff) | |
| download | sec-certs-c18eed5128b3aad991f4e9274418a8c3cebbd372.tar.gz sec-certs-c18eed5128b3aad991f4e9274418a8c3cebbd372.tar.zst sec-certs-c18eed5128b3aad991f4e9274418a8c3cebbd372.zip | |
Fix FIPS references.
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/settings_test.yaml | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/tests/data/settings_test.yaml b/tests/data/settings_test.yaml index 5fd4aaca..6066a021 100644 --- a/tests/data/settings_test.yaml +++ b/tests/data/settings_test.yaml @@ -3,11 +3,13 @@ log_filepath: description: Path to the file, relative to working directory, where the log will be stored value: ./cert_processing_log.txt smallest_certificate_id_to_connect: - description: During validation we don't connect certificates with number lower than + description: + During validation we don't connect certificates with number lower than _this_ to connections value: 40 year_difference_between_validations: - description: During validation we don't connect certificates with validation dates + description: + During validation we don't connect certificates with validation dates difference higher than _this_ value: 7 n_threads: @@ -15,16 +17,19 @@ n_threads: value: 8 cpe_matching_threshold: description: Level of required string similarity between CPE and certificate name on CC CPE matching, 0-100. Lower values yield more false negatives, higher values more false positives - value: 70 + value: 92 cpe_n_max_matches: description: Maximum number of candidate CPE items that may be related to given certificate, >0 - value: 20 + value: 99 cc_latest_snapshot: - description: Url from where to fetch the latest snapshot of fully processed CC dataset + description: URL from where to fetch the latest snapshot of fully processed CC dataset value: https://seccerts.org/cc/dataset.json cc_maintenances_latest_snapshot: - description: Url from where to fetch the latest snapshot of CC maintenance updates + description: URL from where to fetch the latest snapshot of CC maintenance updates value: https://seccerts.org/cc/maintenance_updates.json +pp_latest_snapshot: + description: URL from where to fetch the latest snapshot of the PP dataset + value: https://seccerts.org/static/pp.json ignore_first_page: description: During keyword search, first page usually contains addresses - ignore it. value: true @@ -32,8 +37,11 @@ cert_threshold: description: Used with --higher-precision-results. Determines the amount of mismatched algorithms to be considered faulty. value: 5 fips_latest_snapshot: - description: Url for the latest snapshot of FIPS dataset + description: URL for the latest snapshot of FIPS dataset value: https://seccerts.org/fips/dataset.json +minimal_token_length: + description: Minimal length of a string that will be considered as a token during keyword extraction in CVE matching + value: 3 enable_progress_bars: description: Whether to enable pretty-printed progress bars while processing. value: False |
