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,20 +28,20 @@
|
||||||
"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",
|
||||||
|
@ -59,11 +59,12 @@
|
||||||
"Fenis OS",
|
"Fenis OS",
|
||||||
"CloudABI",
|
"CloudABI",
|
||||||
"Sortix"
|
"Sortix"
|
||||||
]},
|
]
|
||||||
"e_machine":{
|
},
|
||||||
|
"e_machine": {
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"misp-usage-frequency": 0,
|
"misp-usage-frequency": 0,
|
||||||
"sane_default":[
|
"sane_default": [
|
||||||
"No specific instruction set",
|
"No specific instruction set",
|
||||||
"SPARC",
|
"SPARC",
|
||||||
"X86",
|
"X86",
|
||||||
|
@ -75,9 +76,9 @@
|
||||||
"x86-64",
|
"x86-64",
|
||||||
"AArch64",
|
"AArch64",
|
||||||
"RISC-V"
|
"RISC-V"
|
||||||
]}
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
"text",
|
"text",
|
||||||
"original-filename",
|
"original-filename",
|
||||||
|
|
Loading…
Reference in New Issue