mirror of https://github.com/MISP/misp-objects
chg: [pe] Using the new `integer` attribute type
parent
eb1536f505
commit
e042ac127a
|
@ -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": "counter",
|
"misp-attribute": "integer",
|
||||||
"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": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"original-filename": {
|
"original-filename": {
|
||||||
|
@ -178,7 +178,7 @@
|
||||||
"size-of-optional-header": {
|
"size-of-optional-header": {
|
||||||
"description": "Size of the optional header and the data directories which follow this header",
|
"description": "Size of the optional header and the data directories which follow this header",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "float",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"text": {
|
"text": {
|
||||||
|
|
Loading…
Reference in New Issue