aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/data/settings_tests.yml
blob: cf5a29b7090eb281066fae114843cd9f39c82c13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
log_filepath:
  description: Path to the file, relative to working directory, where the log will be stored
  value: ./cert_processing_log.txt
always_false_positive_fips_cert_id_threshold:
  description:
    During validation we don't connect certificates with number lower than
    _this_ to connections due to these numbers being typically false positives
  value: 40
year_difference_between_validations:
  description:
    During validation we don't connect certificates with validation dates
    difference higher than _this_
  value: 7
n_threads:
  description: How many threads to use for parallel computations
  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: 92
cpe_n_max_matches:
  description: Maximum number of candidate CPE items that may be related to given certificate, >0
  value: 99
cc_latest_snapshot:
  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
  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
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
  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
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