mirror of https://github.com/MISP/misp-objects
correct travis failed
parent
fb5ec25000
commit
16f41b2b4a
|
|
@ -9,7 +9,7 @@
|
|||
"misp-usage-frequency": 1,
|
||||
"disable_correlation": true
|
||||
},
|
||||
"sh_type":{
|
||||
"sh_type": {
|
||||
"misp-attribute": "text",
|
||||
"misp-usage-frequency": 0,
|
||||
"sane_default": [
|
||||
|
|
@ -33,9 +33,7 @@
|
|||
"SHT_NUM",
|
||||
"SHT_LOOS"
|
||||
]
|
||||
|
||||
}
|
||||
,
|
||||
},
|
||||
"sh_flags": {
|
||||
"misp-attribute": "text",
|
||||
"misp-usage-frequency": 0,
|
||||
|
|
|
|||
|
|
@ -28,20 +28,20 @@
|
|||
"misp-usage-frequency": 0,
|
||||
"disable_correlation": true
|
||||
},
|
||||
"e_type":{
|
||||
"e_type": {
|
||||
"misp-attribute": "text",
|
||||
"misp-usage-frequency": 0,
|
||||
"sane_default":[
|
||||
"sane_default": [
|
||||
"relocatable",
|
||||
"executable",
|
||||
"shared",
|
||||
"core"
|
||||
]
|
||||
},
|
||||
"e_ident_abi":{
|
||||
"e_ident_abi": {
|
||||
"misp-attribute": "text",
|
||||
"misp-usage-frequency": 0,
|
||||
"sane_default":[
|
||||
"sane_default": [
|
||||
"System V",
|
||||
"HP_UX",
|
||||
"NetBSD",
|
||||
|
|
@ -59,11 +59,12 @@
|
|||
"Fenis OS",
|
||||
"CloudABI",
|
||||
"Sortix"
|
||||
]},
|
||||
"e_machine":{
|
||||
]
|
||||
},
|
||||
"e_machine": {
|
||||
"misp-attribute": "text",
|
||||
"misp-usage-frequency": 0,
|
||||
"sane_default":[
|
||||
"sane_default": [
|
||||
"No specific instruction set",
|
||||
"SPARC",
|
||||
"X86",
|
||||
|
|
@ -75,9 +76,9 @@
|
|||
"x86-64",
|
||||
"AArch64",
|
||||
"RISC-V"
|
||||
]}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"requiredOneOf": [
|
||||
"text",
|
||||
"original-filename",
|
||||
|
|
|
|||
Loading…
Reference in New Issue