fix: disable correlation on fields where is not needed

pull/65/head
Alexandre Dulaunoy 2017-12-30 19:39:55 +01:00
parent b4d30b1419
commit 7ebda41b4a
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 5 additions and 3 deletions

View File

@ -210,7 +210,8 @@
"AMDGPU" "AMDGPU"
], ],
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text",
"disable_correlation": true
}, },
"os_abi": { "os_abi": {
"description": "Header operating system application binary interface (ABI)", "description": "Header operating system application binary interface (ABI)",
@ -238,7 +239,8 @@
"TRU64" "TRU64"
], ],
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text",
"disable_correlation": true
}, },
"text": { "text": {
"description": "Free text value to attach to the ELF", "description": "Free text value to attach to the ELF",
@ -248,7 +250,7 @@
"recommended": false "recommended": false
} }
}, },
"version": 3, "version": 4,
"description": "Object describing a Executable and Linkable Format", "description": "Object describing a Executable and Linkable Format",
"meta-category": "file", "meta-category": "file",
"uuid": "fa6534ae-ad74-4ce0-8f23-15a66c82c7fa", "uuid": "fa6534ae-ad74-4ce0-8f23-15a66c82c7fa",