diff options
| author | Adam Janovsky | 2021-04-20 10:28:03 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2021-04-20 10:28:03 +0200 |
| commit | 902638c5ed0e3aed572925c4ef9124d8733612fb (patch) | |
| tree | 304e33034de88c255c82fa6de6669300b7e5c291 | |
| parent | 56aba3e8a8668c7b5caba116a73420d2afed663a (diff) | |
| download | sec-certs-902638c5ed0e3aed572925c4ef9124d8733612fb.tar.gz sec-certs-902638c5ed0e3aed572925c4ef9124d8733612fb.tar.zst sec-certs-902638c5ed0e3aed572925c4ef9124d8733612fb.zip | |
increase max number of cpe matches
| -rw-r--r-- | sec_certs/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sec_certs/constants.py b/sec_certs/constants.py index 610e4cc9..645f632d 100644 --- a/sec_certs/constants.py +++ b/sec_certs/constants.py @@ -7,7 +7,7 @@ RETURNCODE_NOK = 'nok' REQUEST_TIMEOUT = 10 CPE_MATCHING_THRESHOLD = 70 -CPE_MAX_MATCHES = 10 +CPE_MAX_MATCHES = 100 MIN_CORRECT_CERT_SIZE = 5000 |
