Skip to content

Commit ea50f6f

Browse files
committed
fix: [pe-optional-header] Added a few missing disable_correlation flags
1 parent f3bc011 commit ea50f6f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

objects/pe-optional-header/definition.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
},
5353
"file-alignment": {
5454
"description": "The alignment factor (in bytes) that is used to align the raw data of sections in the image file",
55+
"disable_correlation": true,
5556
"misp-attribute": "size-in-bytes",
5657
"ui-priority": 0
5758
},
@@ -139,46 +140,55 @@
139140
},
140141
"section-alignment": {
141142
"description": "The alignment (in bytes) of sections when they are loaded into memory. It must be greater than or equal to file_alignment and the default is the page size for the architecture",
143+
"disable_correlation": true,
142144
"misp-attribute": "size-in-bytes",
143145
"ui-priority": 0
144146
},
145147
"size-of-code": {
146148
"description": "The size of the code .text section or the sum of all the sections that contain code",
149+
"disable_correlation": true,
147150
"misp-attribute": "size-in-bytes",
148151
"ui-priority": 0
149152
},
150153
"size-of-headers": {
151154
"description": "The combined size of an MS-DOS stub, PE header, and section headers rounded up to a multiple of file_alignment",
155+
"disable_correlation": true,
152156
"misp-attribute": "size-in-bytes",
153157
"ui-priority": 0
154158
},
155159
"size-of-heap-commit": {
156160
"description": "The size of the local heap space to commit",
161+
"disable_correlation": true,
157162
"misp-attribute": "size-in-bytes",
158163
"ui-priority": 0
159164
},
160165
"size-of-heap-reserve": {
161166
"description": "The size of the local heap space to reserve",
167+
"disable_correlation": true,
162168
"misp-attribute": "size-in-bytes",
163169
"ui-priority": 0
164170
},
165171
"size-of-image": {
166172
"description": "The size (in bytes) of the image, including all headers, as the image is loaded in memory",
173+
"disable_correlation": true,
167174
"misp-attribute": "size-in-bytes",
168175
"ui-priority": 0
169176
},
170177
"size-of-initialised-data": {
171178
"description": "The size of the initialized data which are usually located in the .data section. If the initialized data are split across multiple sections, it is the sum of the sections",
179+
"disable_correlation": true,
172180
"misp-attribute": "size-in-bytes",
173181
"ui-priority": 0
174182
},
175183
"size-of-stack-commit": {
176184
"description": "The size of the stack to commit",
185+
"disable_correlation": true,
177186
"misp-attribute": "size-in-bytes",
178187
"ui-priority": 0
179188
},
180189
"size-of-stack-reserve": {
181190
"description": "The size of the stack to reserve",
191+
"disable_correlation": true,
182192
"misp-attribute": "size-in-bytes",
183193
"ui-priority": 0
184194
},

0 commit comments

Comments
 (0)