From 2a2b48a162fc94989209115fb19e00ac8e8f1ce1 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 2 Nov 2017 21:37:53 +0100 Subject: [PATCH] fix: origin of credential as sane_default --- objects/credential/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/credential/definition.json b/objects/credential/definition.json index 4bec6d3..5ea36ea 100644 --- a/objects/credential/definition.json +++ b/objects/credential/definition.json @@ -35,7 +35,7 @@ "description": "Origin of the credential(s)", "ui-priority": 1, "misp-attribute": "text", - "values_list": [ + "sane_default": [ "bruteforce-scanning", "malware-analysis", "memory-analysis", @@ -67,7 +67,7 @@ ] } }, - "version": 1, + "version": 2, "description": "Credential describes one or more credential(s) including password(s), api key(s) or decryption key(s).", "meta-category": "misc", "uuid": "a27e98c9-9b0e-414c-8076-d201e039ca09",