From fb03cc1361ca4be8269aab1af394af2a067a9038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 26 May 2020 14:45:59 +0200 Subject: [PATCH] new: Add git-commit-id type --- pymisp/data/describeTypes.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pymisp/data/describeTypes.json b/pymisp/data/describeTypes.json index 3440529..03fba52 100644 --- a/pymisp/data/describeTypes.json +++ b/pymisp/data/describeTypes.json @@ -172,6 +172,7 @@ "Internal reference": [ "anonymised", "comment", + "git-commit-id", "hex", "link", "other", @@ -706,6 +707,10 @@ "default_category": "Artifacts dropped", "to_ids": 0 }, + "git-commit-id": { + "default_category": "Internal reference", + "to_ids": 0 + }, "github-organisation": { "default_category": "Social network", "to_ids": 0 @@ -1175,6 +1180,7 @@ "frequent-flyer-number", "gender", "gene", + "git-commit-id", "github-organisation", "github-repository", "github-username",