From d6ca58be6618db3219e3b045d37e1124eec0b876 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 16 Feb 2016 07:52:26 +0100 Subject: [PATCH] raw-base64 attribute added --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f75f9f4..d7d50ed 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,9 @@ allowing advanced users to show all the attributes depending of their configurat Fork the project, create a new directory in the [objects directory](objects/) matching your object name. Objects must be composed of existing MISP attributes. If you are missing a specific attributes, feel free to open an issue in the [MISP project](https://www.github.com/MISP/MISP). -We recommend to add a text attribute in a object to allow users to add comments or correlating text. +We recommend to add a **text** attribute in a object to allow users to add comments or correlating text. + +If the unparsed object can be included, a **raw-base64** attribute can be used in the object to import the whole object. When the object is created, pull a request on this project. We usually merge the objects if it fits existing use-cases.