From 17f71b39bd8b1306afc9139acc62815911533438 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 28 Jul 2023 22:25:37 +0200 Subject: [PATCH] chg: [scan-results] jq all the things --- objects/scan-result/definition.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/objects/scan-result/definition.json b/objects/scan-result/definition.json index b9e5488..eeda424 100644 --- a/objects/scan-result/definition.json +++ b/objects/scan-result/definition.json @@ -32,6 +32,11 @@ "Unknown" ] }, + "scan-result-query": { + "description": "Query or parameters provided to scan-result-tool to generate the scan-result.", + "misp-attribute": "text", + "ui-priority": 1 + }, "scan-result-tool": { "description": "Tool used which generated the scan-result.", "disable_correlation": true, @@ -202,11 +207,6 @@ ], "ui-priority": 0 }, - "scan-result-query": { - "description": "Query or parameters provided to scan-result-tool to generate the scan-result.", - "misp-attribute": "text", - "ui-priority": 1 - }, "scan-start": { "description": "Start of scanning activity", "disable_correlation": true, @@ -235,4 +235,4 @@ ], "uuid": "ebe2a359-8f5b-4a45-8106-d1678935b4c4", "version": 2 -} +} \ No newline at end of file