From 4793bf33ae54327f30b90925d1dd0b8ec3bc71c5 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 2 Apr 2019 19:56:59 +0200 Subject: [PATCH] chg: [process] fix the type - fix #160 --- objects/process/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/process/definition.json b/objects/process/definition.json index 25d1add..9246a49 100644 --- a/objects/process/definition.json +++ b/objects/process/definition.json @@ -3,7 +3,7 @@ "uuid": "02aeef94-ac23-455c-addb-731757ceafb5", "meta-category": "misc", "description": "Object describing a system process.", - "version": 4, + "version": 5, "attributes": { "creation-time": { "description": "Local date/time at which the process was created.", @@ -56,7 +56,7 @@ "current-directory": { "description": "Current working directory of the process", "ui-priority": 2, - "misp-attribute": "filename", + "misp-attribute": "text", "disable_correlation": true }, "image": {