correct travis failed

pull/9/head
Sébastien Larinier 2017-03-14 10:05:48 +01:00
parent fb5ec25000
commit 16f41b2b4a
2 changed files with 49 additions and 50 deletions

View File

@ -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,

View File

@ -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",