diff options
| author | Adam Janovsky | 2021-04-20 10:27:15 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2021-04-20 10:27:15 +0200 |
| commit | b6d4be201d0eafd16416a170e4192928095f8a80 (patch) | |
| tree | 508594d443d56b4366622e553db07f1cbaea72b6 | |
| parent | a2ffac0951e3c25c3ad28e396b57ef75c192a121 (diff) | |
| download | sec-certs-b6d4be201d0eafd16416a170e4192928095f8a80.tar.gz sec-certs-b6d4be201d0eafd16416a170e4192928095f8a80.tar.zst sec-certs-b6d4be201d0eafd16416a170e4192928095f8a80.zip | |
increase max cpe matches constant
| -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 |
