diff options
| author | josef <josef.gson@gmail.com> | 2015-11-19 12:39:47 +0100 |
|---|---|---|
| committer | josef <josef.gson@gmail.com> | 2015-11-19 12:39:47 +0100 |
| commit | c33b74898059df71f408163db020a6da7dd55447 (patch) | |
| tree | 01ab6bca70faf7aba9a5a771975d3537d4883768 /monitor/josef_lib.py | |
| parent | 3b39c5431ba3212104908000955cc227245b1654 (diff) | |
adding log timestamp to content analysis
Diffstat (limited to 'monitor/josef_lib.py')
| -rw-r--r-- | monitor/josef_lib.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/monitor/josef_lib.py b/monitor/josef_lib.py index 24c74c3..1a9085f 100644 --- a/monitor/josef_lib.py +++ b/monitor/josef_lib.py @@ -118,6 +118,7 @@ def check_domain_extended(raw_entry, log=None): cert_info["chain_length"] = str(len(orig_entry[0])) cert_info["validation"] = get_validation_type(cert_info["policy"]) cert_info["in_mozilla"] = validate_cert(orig_entry[0][-1]) + cert_info["timestamp"] = orig_entry[1] # print my_get_all_cert_info(orig_entry[0][-1]) if log: cert_info["log"] = log[8:-1] # strip generic URL stuff |
