From 5900e3f3071631ada180cabb83df5eb5adb19f46 Mon Sep 17 00:00:00 2001 From: Jerome Leonard Date: Mon, 4 Sep 2017 17:36:03 +0200 Subject: [PATCH] #89 fix folder name --- thehive-templates/Yeti_1_0/long.html | 59 +++++++++++++++++++++++++++ thehive-templates/Yeti_1_0/short.html | 3 ++ 2 files changed, 62 insertions(+) create mode 100644 thehive-templates/Yeti_1_0/long.html create mode 100644 thehive-templates/Yeti_1_0/short.html diff --git a/thehive-templates/Yeti_1_0/long.html b/thehive-templates/Yeti_1_0/long.html new file mode 100644 index 000000000..21210a721 --- /dev/null +++ b/thehive-templates/Yeti_1_0/long.html @@ -0,0 +1,59 @@ +
+ + +
+ No records found +
+ +
+
+ [{{finding.type | uppercase}}] - {{finding.value | fang}} + + + +
+
+
+
Basic Information
+
+
Description
+
{{finding.description || 'No description' }}
+
+ +
+
Tags
+
+
No Tags defined
+
+ {{tag.name}} +
+
+
+
+ +
+
{{context.source}}
+ +
+
{{key}}
+
{{value || '-'}}
+
+
+
+
+
+ +
+
+ {{(artifact.data | fang}} +
+
+ {{content.errorMessage}} +
+
+ + diff --git a/thehive-templates/Yeti_1_0/short.html b/thehive-templates/Yeti_1_0/short.html new file mode 100644 index 000000000..3baac6a5a --- /dev/null +++ b/thehive-templates/Yeti_1_0/short.html @@ -0,0 +1,3 @@ + + {{t.namespace}}:{{t.predicate}}={{t.value}} + \ No newline at end of file