diff --git a/objects/elf-section/definition.json b/objects/elf-section/definition.json index ee63ac1..218faca 100644 --- a/objects/elf-section/definition.json +++ b/objects/elf-section/definition.json @@ -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, diff --git a/objects/elf/definition.json b/objects/elf/definition.json index 06454eb..45100c6 100644 --- a/objects/elf/definition.json +++ b/objects/elf/definition.json @@ -28,56 +28,57 @@ "misp-usage-frequency": 0, "disable_correlation": true }, - "e_type":{ + "e_type": { "misp-attribute": "text", - "misp-usage-frequency": 0, - "sane_default":[ - "relocatable", - "executable", - "shared", - "core" + "misp-usage-frequency": 0, + "sane_default": [ + "relocatable", + "executable", + "shared", + "core" ] }, - "e_ident_abi":{ - "misp-attribute": "text", - "misp-usage-frequency": 0, - "sane_default":[ - "System V", - "HP_UX", - "NetBSD", - "Linux", - "Solaris", - "AIX", - "IRIX", - "FreeBSD", - "True64", - "Novell Modesto", - "OpenBSD", - "OpenVMS", - "NonStop Kernel", - "AROS", - "Fenis OS", - "CloudABI", - "Sortix" - ]}, - "e_machine":{ - "misp-attribute": "text", - "misp-usage-frequency": 0, - "sane_default":[ - "No specific instruction set", - "SPARC", - "X86", - "MISP", - "PowerPC", - "ARM", - "SuperH", - "IA-64", - "x86-64", - "AArch64", - "RISC-V" - ]} + "e_ident_abi": { + "misp-attribute": "text", + "misp-usage-frequency": 0, + "sane_default": [ + "System V", + "HP_UX", + "NetBSD", + "Linux", + "Solaris", + "AIX", + "IRIX", + "FreeBSD", + "True64", + "Novell Modesto", + "OpenBSD", + "OpenVMS", + "NonStop Kernel", + "AROS", + "Fenis OS", + "CloudABI", + "Sortix" + ] + }, + "e_machine": { + "misp-attribute": "text", + "misp-usage-frequency": 0, + "sane_default": [ + "No specific instruction set", + "SPARC", + "X86", + "MISP", + "PowerPC", + "ARM", + "SuperH", + "IA-64", + "x86-64", + "AArch64", + "RISC-V" + ] + } }, - "requiredOneOf": [ "text", "original-filename",