From 212e4102586a34b523e53c926a5313050dcb478d Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 27 May 2021 16:25:52 +0200 Subject: [PATCH] chg: [ddos] fix newline --- objects/ddos/definition.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/objects/ddos/definition.json b/objects/ddos/definition.json index 5ca7d97..bbffc3d 100644 --- a/objects/ddos/definition.json +++ b/objects/ddos/definition.json @@ -16,8 +16,8 @@ ], "description": "Destination port of the attack", "misp-attribute": "port", - "ui-priority": 0, - "multiple": true + "multiple": true, + "ui-priority": 0 }, "first-seen": { "description": "Beginning of the attack", @@ -41,8 +41,8 @@ ], "description": "IP address originating the attack", "misp-attribute": "ip-src", - "ui-priority": 1, - "multiple": true + "multiple": true, + "ui-priority": 1 }, "last-seen": { "description": "End of the attack", @@ -68,8 +68,8 @@ ], "description": "Port originating the attack", "misp-attribute": "port", - "ui-priority": 0, - "multiple": true + "multiple": true, + "ui-priority": 0 }, "text": { "description": "Description of the DDoS", @@ -98,4 +98,4 @@ ], "uuid": "e2f124d6-f57c-4f93-99e6-8450545fa05d", "version": 7 -} +} \ No newline at end of file