Skip to content

Commit 2afdb61

Browse files
committed
fix: [pe] counter makes more sense here
1 parent e042ac1 commit 2afdb61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

objects/pe/definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@
131131
"number-of-symbols": {
132132
"description": "Number of entries in the symbol table",
133133
"disable_correlation": true,
134-
"misp-attribute": "integer",
134+
"misp-attribute": "counter",
135135
"ui-priority": 0
136136
},
137137
"number-sections": {
138138
"description": "Number of sections",
139139
"disable_correlation": true,
140-
"misp-attribute": "integer",
140+
"misp-attribute": "counter",
141141
"ui-priority": 0
142142
},
143143
"original-filename": {

0 commit comments

Comments
 (0)