mirror of https://github.com/MISP/misp-objects
fix: [pe-optional-header] Added missing `disable_correlation` flag
parent
ea50f6f1de
commit
6165affd5b
|
@ -194,6 +194,7 @@
|
||||||
},
|
},
|
||||||
"size-of-uninitialised-data": {
|
"size-of-uninitialised-data": {
|
||||||
"description": "The size of the uninitialized data which are usually located in the .bss section. If the uninitialized data are split across multiple sections, it is the sum of the sections",
|
"description": "The size of the uninitialized data which are usually located in the .bss section. If the uninitialized data are split across multiple sections, it is the sum of the sections",
|
||||||
|
"disable_correlation": true,
|
||||||
"misp-attribute": "size-in-bytes",
|
"misp-attribute": "size-in-bytes",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue