From 5b95994bdd18065feca40cce1434b931f0cd65bd Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Wed, 3 Apr 2024 17:33:30 +0200 Subject: [PATCH] fix: [pe] Removing the `disable_correlation` flag for a `size-in-bytes` attribute type --- objects/pe/definition.json | 1 - 1 file changed, 1 deletion(-) diff --git a/objects/pe/definition.json b/objects/pe/definition.json index 0afbdd4..a4c0940 100644 --- a/objects/pe/definition.json +++ b/objects/pe/definition.json @@ -177,7 +177,6 @@ }, "size-of-optional-header": { "description": "Size of the optional header and the data directories which follow this header", - "disable_correlation": true, "misp-attribute": "size-in-bytes", "ui-priority": 0 },