From f6c8e3e85e5bd6fdc9d09386aad87be29263ba20 Mon Sep 17 00:00:00 2001 From: YiscahLevySilas1 Date: Wed, 6 Mar 2024 16:25:53 +0200 Subject: [PATCH] add fields Signed-off-by: YiscahLevySilas1 --- reporthandling/datastructures.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reporthandling/datastructures.go b/reporthandling/datastructures.go index 4bd9bc65..b3dc436f 100644 --- a/reporthandling/datastructures.go +++ b/reporthandling/datastructures.go @@ -127,6 +127,8 @@ type FrameworkSubSection struct { } type AttackTrackCategories struct { - AttackTrack string - Categories []string + AttackTrack string + Categories []string + DisplayRelatedResources bool + ClickableResourceKind string }