diff options
author | josef <josef.gson@gmail.com> | 2015-11-26 13:47:52 +0100 |
---|---|---|
committer | josef <josef.gson@gmail.com> | 2015-11-26 13:47:52 +0100 |
commit | 90c3d69f226c7de86ffdad7091780fed40bb49d3 (patch) | |
tree | 34e420983152c455632a133f9490901dede5e839 /monitor/josef_experimental.py | |
parent | c33b74898059df71f408163db020a6da7dd55447 (diff) |
adding path constraint to content analysis
Diffstat (limited to 'monitor/josef_experimental.py')
-rwxr-xr-x | monitor/josef_experimental.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/monitor/josef_experimental.py b/monitor/josef_experimental.py index 6d1102e..9bda083 100755 --- a/monitor/josef_experimental.py +++ b/monitor/josef_experimental.py @@ -156,6 +156,7 @@ def parse_entry(e, idx, log): s += sep + e["not_after"] # valid to s += sep + e["validation"] # EV? s += sep + e["in_mozilla"] # chains to mozilla root? + s += sep + e["ca"] return s |