From 0f1f23fbb546870e383daac28784d91e9568b137 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 9 Nov 2018 14:21:10 +0100 Subject: [PATCH] fix: [cortex-taxonomy] jq all the things(tm) --- objects/cortex-taxonomy/definition.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/objects/cortex-taxonomy/definition.json b/objects/cortex-taxonomy/definition.json index 6ece6f9..f368967 100644 --- a/objects/cortex-taxonomy/definition.json +++ b/objects/cortex-taxonomy/definition.json @@ -7,7 +7,9 @@ ], "attributes": { "namespace": { - "categories": ["External analysis"], + "categories": [ + "External analysis" + ], "description": "Cortex Taxonomy Namespace", "disable_correlation": true, "multiple": false, @@ -15,7 +17,9 @@ "misp-attribute": "text" }, "predicate": { - "categories": ["External analysis"], + "categories": [ + "External analysis" + ], "description": "Cortex Taxonomy Predicate", "disable_correlation": true, "multiple": false, @@ -23,7 +27,9 @@ "misp-attribute": "text" }, "value": { - "categories": ["External analysis"], + "categories": [ + "External analysis" + ], "description": "Cortex Taxonomy Value", "disable_correlation": true, "multiple": false, @@ -31,7 +37,9 @@ "misp-attribute": "text" }, "level": { - "categories": ["External analysis"], + "categories": [ + "External analysis" + ], "description": "Cortex Taxonomy Level", "disable_correlation": true, "multiple": false,