mirror of https://github.com/MISP/misp-objects
chg: [elf] disable correlation on file type
parent
08798f1262
commit
18042c0749
|
@ -22,7 +22,8 @@
|
||||||
"RELOCATABLE"
|
"RELOCATABLE"
|
||||||
],
|
],
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text",
|
||||||
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
"number-sections": {
|
"number-sections": {
|
||||||
"description": "Number of sections",
|
"description": "Number of sections",
|
||||||
|
@ -250,7 +251,7 @@
|
||||||
"recommended": false
|
"recommended": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 4,
|
"version": 5,
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in New Issue