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": {
|
"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": {
|
||||||
|
|
Loading…
Reference in New Issue