From 77b1fb1ed40ba06f5fbc6500a0f8c4bea7bc8b5b Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 25 May 2021 09:54:15 +0200 Subject: [PATCH] chg: [dataset] cycat OID is now the node_id UUIDv5 of GitHub --- backend/dataset/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/dataset/project.json b/backend/dataset/project.json index 3deea86..501aa56 100644 --- a/backend/dataset/project.json +++ b/backend/dataset/project.json @@ -2,7 +2,7 @@ "name": "MISP Object", "short-name": "misp-object", "description": "MISP object templates to create and compose objects from a set of atomic elements.", - "cycat-oid": "a9ab594b-6560-4f74-965a-952183f501d5", + "cycat-oid": "b48c320e-a982-5d31-a8d3-24697d776f99", "link": "https://www.github.com/MISP/misp-objects", "license": "BSD-2-Clause", "type": "dataformat",