mirror of https://github.com/MISP/misp-objects
correct travis failed
parent
fb5ec25000
commit
16f41b2b4a
|
@ -9,7 +9,7 @@
|
||||||
"misp-usage-frequency": 1,
|
"misp-usage-frequency": 1,
|
||||||
"disable_correlation": true
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
"sh_type":{
|
"sh_type": {
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"misp-usage-frequency": 0,
|
"misp-usage-frequency": 0,
|
||||||
"sane_default": [
|
"sane_default": [
|
||||||
|
@ -33,9 +33,7 @@
|
||||||
"SHT_NUM",
|
"SHT_NUM",
|
||||||
"SHT_LOOS"
|
"SHT_LOOS"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
}
|
|
||||||
,
|
|
||||||
"sh_flags": {
|
"sh_flags": {
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"misp-usage-frequency": 0,
|
"misp-usage-frequency": 0,
|
||||||
|
|
|
@ -28,56 +28,57 @@
|
||||||
"misp-usage-frequency": 0,
|
"misp-usage-frequency": 0,
|
||||||
"disable_correlation": true
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
"e_type":{
|
"e_type": {
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"misp-usage-frequency": 0,
|
"misp-usage-frequency": 0,
|
||||||
"sane_default":[
|
"sane_default": [
|
||||||
"relocatable",
|
"relocatable",
|
||||||
"executable",
|
"executable",
|
||||||
"shared",
|
"shared",
|
||||||
"core"
|
"core"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"e_ident_abi":{
|
"e_ident_abi": {
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"misp-usage-frequency": 0,
|
"misp-usage-frequency": 0,
|
||||||
"sane_default":[
|
"sane_default": [
|
||||||
"System V",
|
"System V",
|
||||||
"HP_UX",
|
"HP_UX",
|
||||||
"NetBSD",
|
"NetBSD",
|
||||||
"Linux",
|
"Linux",
|
||||||
"Solaris",
|
"Solaris",
|
||||||
"AIX",
|
"AIX",
|
||||||
"IRIX",
|
"IRIX",
|
||||||
"FreeBSD",
|
"FreeBSD",
|
||||||
"True64",
|
"True64",
|
||||||
"Novell Modesto",
|
"Novell Modesto",
|
||||||
"OpenBSD",
|
"OpenBSD",
|
||||||
"OpenVMS",
|
"OpenVMS",
|
||||||
"NonStop Kernel",
|
"NonStop Kernel",
|
||||||
"AROS",
|
"AROS",
|
||||||
"Fenis OS",
|
"Fenis OS",
|
||||||
"CloudABI",
|
"CloudABI",
|
||||||
"Sortix"
|
"Sortix"
|
||||||
]},
|
]
|
||||||
"e_machine":{
|
},
|
||||||
"misp-attribute": "text",
|
"e_machine": {
|
||||||
"misp-usage-frequency": 0,
|
"misp-attribute": "text",
|
||||||
"sane_default":[
|
"misp-usage-frequency": 0,
|
||||||
"No specific instruction set",
|
"sane_default": [
|
||||||
"SPARC",
|
"No specific instruction set",
|
||||||
"X86",
|
"SPARC",
|
||||||
"MISP",
|
"X86",
|
||||||
"PowerPC",
|
"MISP",
|
||||||
"ARM",
|
"PowerPC",
|
||||||
"SuperH",
|
"ARM",
|
||||||
"IA-64",
|
"SuperH",
|
||||||
"x86-64",
|
"IA-64",
|
||||||
"AArch64",
|
"x86-64",
|
||||||
"RISC-V"
|
"AArch64",
|
||||||
]}
|
"RISC-V"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
"text",
|
"text",
|
||||||
"original-filename",
|
"original-filename",
|
||||||
|
|
Loading…
Reference in New Issue