mirror of https://github.com/MISP/misp-objects
fix: [pe] `counter` makes more sense here
parent
e042ac127a
commit
2afdb6104b
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue