Merge pull request #13 from nbareil/patch-2

missing braces to misp-object example
pull/15/head
Andras Iklody 2018-06-04 10:10:11 +02:00 committed by GitHub
commit e95fe269f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -677,6 +677,7 @@ A MISP document containing an Object **MUST** contain a name, a meta-category, a
"deleted": false,
"ObjectReference": [],
"Attribute": [
{
"id": "7822",
"type": "filename",
"category": "Payload delivery",
@ -693,6 +694,7 @@ A MISP document containing an Object **MUST** contain a name, a meta-category, a
"object_relation": "filename",
"value": "StarCraft.exe",
"ShadowAttribute": []
}
]
}
~~~~~