diff options
| author | Adam Janovsky | 2021-11-25 17:30:23 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2021-11-25 17:30:23 +0100 |
| commit | f3e6ef78855374e2c781bcddda23f0ecae68b3ac (patch) | |
| tree | 46d5746de60b94fea8e97f6ca1bbe917014c518f /tests/data | |
| parent | 11b4d0efee01740d3ff9e4c2ea78741e7c71e63b (diff) | |
| download | sec-certs-f3e6ef78855374e2c781bcddda23f0ecae68b3ac.tar.gz sec-certs-f3e6ef78855374e2c781bcddda23f0ecae68b3ac.tar.zst sec-certs-f3e6ef78855374e2c781bcddda23f0ecae68b3ac.zip | |
move test config file
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/settings_test.yaml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/tests/data/settings_test.yaml b/tests/data/settings_test.yaml new file mode 100644 index 00000000..d05bc6db --- /dev/null +++ b/tests/data/settings_test.yaml @@ -0,0 +1,40 @@ +--- +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 + _this_ to connections + value: 40 +year_difference_between_validations: + description: During validation we don't connect certificates with validation dates + difference higher than _this_ + value: 7 +use_text_with_newlines_during_parsing: + description: During keyword search, search in text with newlines + value: true +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: 70 +cpe_n_max_matches: + description: Maximum number of candidate CPE items that may be related to given certificate, >0 + value: 20 +cc_latest_snapshot: + description: Url from where to fetch the latest snapshot of fully processed CC dataset + value: https://www.ajanovsky.cz/cc_latest_snapshot.json +cc_maintenances_latest_snapshot: + description: Url from where to fetch the latest snapshot of CC maintenance updates + value: https://www.ajanovsky.cz/cc_maintenances_latest_snapshot.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/static/fips_dset_ad8734a39b856ca1a1b7b073713872359bae7545.json + |
