From 90c3d69f226c7de86ffdad7091780fed40bb49d3 Mon Sep 17 00:00:00 2001 From: josef Date: Thu, 26 Nov 2015 13:47:52 +0100 Subject: adding path constraint to content analysis --- monitor/josef_experimental.py | 1 + 1 file changed, 1 insertion(+) (limited to 'monitor/josef_experimental.py') 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 -- cgit v1.1