From 8de62be4558b7436eec50506989005ccc11be3aa Mon Sep 17 00:00:00 2001 From: Sebastien Tricaud Date: Wed, 1 Apr 2020 23:32:03 -0700 Subject: [PATCH] Adding trust to the MANIFEST file --- MANIFEST.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/MANIFEST.json b/MANIFEST.json index da8a7fe..86ea506 100644 --- a/MANIFEST.json +++ b/MANIFEST.json @@ -553,6 +553,11 @@ "name": "type", "version": 1 }, + { + "description": "Indicators of Trust provide insight about data on what can be trusted and known as a good actor. Similar to a whitelist but on steroids, reusing features one would use with Indicators of Compromise, but to filter out what is known to be good.", + "name": "trust", + "version": 1 + }, { "description": "The Use Case Applicability categories reflect standard resolution categories, to clearly display alerting rule configuration problems.", "name": "use-case-applicability", @@ -575,5 +580,5 @@ } ], "url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/", - "version": "20200324" + "version": "20200401" }