fix: [pe] `counter` makes more sense here

pull/425/head
Christian Studer 2024-04-03 14:08:17 +02:00
parent e042ac127a
commit 2afdb6104b
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 2 additions and 2 deletions

View File

@ -131,13 +131,13 @@
"number-of-symbols": { "number-of-symbols": {
"description": "Number of entries in the symbol table", "description": "Number of entries in the symbol table",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "integer", "misp-attribute": "counter",
"ui-priority": 0 "ui-priority": 0
}, },
"number-sections": { "number-sections": {
"description": "Number of sections", "description": "Number of sections",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "integer", "misp-attribute": "counter",
"ui-priority": 0 "ui-priority": 0
}, },
"original-filename": { "original-filename": {