From 6165affd5b47680be403baaed9b8fd168df60347 Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Fri, 26 Jul 2024 08:58:27 +0200 Subject: [PATCH] fix: [pe-optional-header] Added missing `disable_correlation` flag --- objects/pe-optional-header/definition.json | 1 + 1 file changed, 1 insertion(+) diff --git a/objects/pe-optional-header/definition.json b/objects/pe-optional-header/definition.json index 726de0c..6d477d4 100644 --- a/objects/pe-optional-header/definition.json +++ b/objects/pe-optional-header/definition.json @@ -194,6 +194,7 @@ }, "size-of-uninitialised-data": { "description": "The size of the uninitialized data which are usually located in the .bss section. If the uninitialized data are split across multiple sections, it is the sum of the sections", + "disable_correlation": true, "misp-attribute": "size-in-bytes", "ui-priority": 0 },