fix: [pe-optional-header] Added missing `disable_correlation` flag

pull/434/head
Christian Studer 2024-07-26 08:58:27 +02:00
parent ea50f6f1de
commit 6165affd5b
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@
},
"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",
"disable_correlation": true,
"misp-attribute": "size-in-bytes",
"ui-priority": 0
},