mention uuid

How to create a uuid and also mention the UUID in the example.

https://twitter.com/alexanderjaeger/status/913505371817435138
pull/28/head
Alexander J 2017-09-29 10:52:04 +02:00 committed by GitHub
parent b210163927
commit 8a2745fe61
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@ Feel free to propose your own MISP objects to be included in MISP. The system is
"meta-category": "network",
"description": "A domain and IP address seen as a tuple in a specific time frame.",
"version": 1,
"uuid": "f47559d7-6c16-40e8-a6b0-eda4a008376f",
"attributes" :
{
"ip": {
@ -105,6 +106,8 @@ We recommend to add a **text** attribute in a object to allow users to add comme
If the unparsed object can be included, a **raw-base64** attribute can be used in the object to import the whole object.
Every object needs a **uuid** which can be created using **uuidgen -r** on a linux command line.
When the object is created, pull a request on this project. We usually merge the objects if it fits existing use-cases.
## MISP objects documentation