From e3288ef6e516624e3e335939a2b7fe4aef5ce510 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 18 Jun 2024 09:52:57 +0200 Subject: [PATCH] fix: [ddos-claim] descriptions fixed following CERT-SE feedback --- objects/ddos-claim/definition.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/objects/ddos-claim/definition.json b/objects/ddos-claim/definition.json index 5494e6d..049b0f6 100644 --- a/objects/ddos-claim/definition.json +++ b/objects/ddos-claim/definition.json @@ -12,14 +12,14 @@ "ui-priority": 0 }, "proof": { - "description": "Proof of the claim in text format.", + "description": "The claim in text format.", "disable_correlation": true, "misp-attribute": "text", "multiple": true, "ui-priority": 0 }, "proof-screenshot": { - "description": "Proof of the screenshot.", + "description": "Screenshot of the claim.", "misp-attribute": "attachment", "multiple": true, "ui-priority": 0 @@ -47,5 +47,5 @@ "reference" ], "uuid": "2722ac76-1f1f-43b7-bc68-ba5465ec5c04", - "version": 1 + "version": 2 } \ No newline at end of file