From e9417a192013dd78860ce1e6be458662357c7fd2 Mon Sep 17 00:00:00 2001 From: iglocska Date: Fri, 20 Nov 2020 11:09:51 +0100 Subject: [PATCH] new: [csn] initial templates --- .../default/meta_fields/csn_individual.json | 47 ++++++++++++ libraries/default/meta_fields/csn_org.json | 71 +++++++++++++++++++ 2 files changed, 118 insertions(+) create mode 100644 libraries/default/meta_fields/csn_individual.json create mode 100644 libraries/default/meta_fields/csn_org.json diff --git a/libraries/default/meta_fields/csn_individual.json b/libraries/default/meta_fields/csn_individual.json new file mode 100644 index 0000000..3ee57e9 --- /dev/null +++ b/libraries/default/meta_fields/csn_individual.json @@ -0,0 +1,47 @@ +{ + "name": "CSIRT Network individual fields", + "namespace": "cnw", + "description": "Template based on the CSIRT network portal", + "version": 2, + "scope": "individual", + "uuid": "e833915c-6843-4eb4-8396-fe7ba7e0426e", + "source": "CSIRT-network", + "metaFields": [ + { + "field": "position_held", + "type": "text" + }, + { + "field": "mobile_phone", + "type": "text" + }, + { + "field": "email", + "type": "text" + }, + { + "field": "country", + "type": "text" + }, + { + "field": "contact_number_landline", + "type": "text" + }, + { + "field": "public_key_user_id", + "type": "text" + }, + { + "field": "public_key_key_id", + "type": "text" + }, + { + "field": "key_fingerprint", + "type": "text" + }, + { + "field": "time_zone", + "type": "text" + } + ] +} diff --git a/libraries/default/meta_fields/csn_org.json b/libraries/default/meta_fields/csn_org.json new file mode 100644 index 0000000..06875e8 --- /dev/null +++ b/libraries/default/meta_fields/csn_org.json @@ -0,0 +1,71 @@ +{ + "name": "CSIRT Network organisation fields", + "namespace": "cnw", + "description": "Template based on the CSIRT network portal", + "version": 2, + "scope": "organisation", + "uuid": "bf72ff7f-ee63-4f13-94e9-fd046503a90c", + "source": "CSIRT-network", + "metaFields": [ + { + "field": "team_short_name", + "type": "text" + }, + { + "field": "membership_type", + "type": "text" + }, + { + "field": "email", + "type": "text" + }, + { + "field": "country", + "type": "text" + }, + { + "field": "official_name", + "type": "text" + }, + { + "field": "time_zone", + "type": "text" + }, + { + "field": "established", + "type": "text" + }, + { + "field": "description", + "type": "text" + }, + { + "field": "website", + "type": "text" + }, + { + "field": "team_contact_number", + "type": "text" + }, + { + "field": "team_public_key_user_id", + "type": "text" + }, + { + "field": "team_public_key_key_id", + "type": "text" + }, + { + "field": "team_fingerprint", + "type": "text" + }, + { + "field": "postal_address", + "type": "text" + }, + { + "field": "business_hours", + "type": "text" + } + ] +}