diff options
| -rw-r--r-- | sec_certs/sample/common_criteria.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sec_certs/sample/common_criteria.py b/sec_certs/sample/common_criteria.py index ae5a171d..ac4163f4 100644 --- a/sec_certs/sample/common_criteria.py +++ b/sec_certs/sample/common_criteria.py @@ -110,8 +110,12 @@ class CommonCriteriaCert( self, st_download_ok: bool = True, report_download_ok: bool = True, + st_pdf_hash: Optional[str] = None, + report_pdf_hash: Optional[str] = None, st_convert_ok: bool = True, report_convert_ok: bool = True, + st_txt_hash: Optional[str] = None, + report_txt_hash: Optional[str] = None, st_extract_ok: bool = True, report_extract_ok: bool = True, errors: Optional[List[str]] = None, |
