mirror of https://github.com/MISP/misp-objects
fix: [pe] Removing the `disable_correlation` flag for a `size-in-bytes` attribute type
parent
980ab615ec
commit
5b95994bdd
|
@ -177,7 +177,6 @@
|
||||||
},
|
},
|
||||||
"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,
|
|
||||||
"misp-attribute": "size-in-bytes",
|
"misp-attribute": "size-in-bytes",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue