diff options
| author | Adam Janovsky | 2020-11-13 09:12:02 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2020-11-13 09:12:02 +0100 |
| commit | 5cb2c97f66f70bbb8a93f41a1238bdee2ffcae0f (patch) | |
| tree | 5a392a725d7a3eaeadf6d4f687284c902111c2b1 /sec_certs | |
| parent | bd772525d02cc17f9c0d2e863698b3ad22a97f79 (diff) | |
| download | sec-certs-5cb2c97f66f70bbb8a93f41a1238bdee2ffcae0f.tar.gz sec-certs-5cb2c97f66f70bbb8a93f41a1238bdee2ffcae0f.tar.zst sec-certs-5cb2c97f66f70bbb8a93f41a1238bdee2ffcae0f.zip | |
.
Diffstat (limited to 'sec_certs')
| -rw-r--r-- | sec_certs/certificate.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sec_certs/certificate.py b/sec_certs/certificate.py index 0058e22e..91b9fb97 100644 --- a/sec_certs/certificate.py +++ b/sec_certs/certificate.py @@ -252,6 +252,4 @@ class CommonCriteriaCert(Certificate): maintainance_div = get_maintainance_div(cells[0]) maintainances = get_maintainance_updates(maintainance_div) if maintainance_div else set() - crt = CommonCriteriaCert(category, name, manufacturer, scheme, security_level, not_valid_before, not_valid_after, report_link, st_link, 'html', cert_link, manufacturer_web, protection_profiles, maintainances) - - return crt + return cls(category, name, manufacturer, scheme, security_level, not_valid_before, not_valid_after, report_link, st_link, 'html', cert_link, manufacturer_web, protection_profiles, maintainances) |
