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",
|
||||
"meta-category": "network",
|
||||
"description": "Email object describing an email with meta-information",
|
||||
"version": 11,
|
||||
"version": 12,
|
||||
"attributes": {
|
||||
"reply-to": {
|
||||
"description": "Email address the reply will be sent to",
|
||||
|
@ -179,7 +179,6 @@
|
|||
"message-id",
|
||||
"reply-to",
|
||||
"send-date",
|
||||
"url",
|
||||
"mime-boundary",
|
||||
"thread-index",
|
||||
"header",
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
"size-in-bytes",
|
||||
"authentihash",
|
||||
"ssdeep",
|
||||
"imphash",
|
||||
"pehash",
|
||||
"md5",
|
||||
"sha1",
|
||||
"sha224",
|
||||
|
@ -165,7 +163,7 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"version": 12,
|
||||
"version": 13,
|
||||
"description": "File object describing a file with meta-information",
|
||||
"meta-category": "file",
|
||||
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
|
||||
|
|
Loading…
Reference in New Issue