From e78a1eaf8d5b70b448b2e2a518c98c0c18fbe5bf Mon Sep 17 00:00:00 2001 From: Tom Scavo Date: Tue, 10 Jan 2017 07:02:23 -0500 Subject: [PATCH] Add XSL stylesheet that summarizes security contacts --- lib/security_contacts_summary_json.xsl | 113 +++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 lib/security_contacts_summary_json.xsl diff --git a/lib/security_contacts_summary_json.xsl b/lib/security_contacts_summary_json.xsl new file mode 100644 index 0000000..3880e0e --- /dev/null +++ b/lib/security_contacts_summary_json.xsl @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + [ + + { + "heading": "Entities with standard security contact", + "value": + + + + } + + , + + { + "heading": "Entities with legacy security contact", + "value": + + + + } + + , + + { + "heading": "Total entities with security contact", + "value": + + + + } + + ] + + + + + + +