From 2afdb6104bc9b049fe07e43a0d39a56b3abdcffc Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Wed, 3 Apr 2024 14:08:17 +0200 Subject: [PATCH] fix: [pe] `counter` makes more sense here --- objects/pe/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/pe/definition.json b/objects/pe/definition.json index 578e0d4..56c828b 100644 --- a/objects/pe/definition.json +++ b/objects/pe/definition.json @@ -131,13 +131,13 @@ "number-of-symbols": { "description": "Number of entries in the symbol table", "disable_correlation": true, - "misp-attribute": "integer", + "misp-attribute": "counter", "ui-priority": 0 }, "number-sections": { "description": "Number of sections", "disable_correlation": true, - "misp-attribute": "integer", + "misp-attribute": "counter", "ui-priority": 0 }, "original-filename": {