mirror of https://github.com/MISP/misp-objects
Merge pull request #111 from Delta-Sierra/master
fix requiredOneOf lists regarding non-existing attributespull/112/head
commit
3036ec875c
|
@ -3,7 +3,7 @@
|
||||||
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
|
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
|
||||||
"meta-category": "network",
|
"meta-category": "network",
|
||||||
"description": "Email object describing an email with meta-information",
|
"description": "Email object describing an email with meta-information",
|
||||||
"version": 11,
|
"version": 12,
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"reply-to": {
|
"reply-to": {
|
||||||
"description": "Email address the reply will be sent to",
|
"description": "Email address the reply will be sent to",
|
||||||
|
@ -179,7 +179,6 @@
|
||||||
"message-id",
|
"message-id",
|
||||||
"reply-to",
|
"reply-to",
|
||||||
"send-date",
|
"send-date",
|
||||||
"url",
|
|
||||||
"mime-boundary",
|
"mime-boundary",
|
||||||
"thread-index",
|
"thread-index",
|
||||||
"header",
|
"header",
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
"size-in-bytes",
|
"size-in-bytes",
|
||||||
"authentihash",
|
"authentihash",
|
||||||
"ssdeep",
|
"ssdeep",
|
||||||
"imphash",
|
|
||||||
"pehash",
|
|
||||||
"md5",
|
"md5",
|
||||||
"sha1",
|
"sha1",
|
||||||
"sha224",
|
"sha224",
|
||||||
|
@ -165,7 +163,7 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 12,
|
"version": 13,
|
||||||
"description": "File object describing a file with meta-information",
|
"description": "File object describing a file with meta-information",
|
||||||
"meta-category": "file",
|
"meta-category": "file",
|
||||||
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
|
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
|
||||||
|
|
Loading…
Reference in New Issue