Skip to content

Commit

Permalink
dummy folders for directory refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjanovsky committed Apr 19, 2021
1 parent a89f285 commit 4bc9be7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Empty file.
Empty file added sec_certs/dataset/__init__.py
Empty file.
1 change: 1 addition & 0 deletions sec_certs/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ def search_only_headers_bsi(filepath: Path):

return constants.RETURNCODE_OK, items_found


def extract_keywords(filepath: Path) -> Tuple[int, Optional[Dict[str, str]]]:
try:
result = extract_certificates.parse_cert_file(filepath, cc_search_rules, -1, extract_certificates.LINE_SEPARATOR)[0]
Expand Down

0 comments on commit 4bc9be7

Please sign in to comment.