From 2336a808647cb7393df8272680435f3926b341b2 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 4 Nov 2017 09:07:12 +0100 Subject: [PATCH] Description clarified --- tools/adoc_objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/adoc_objects.py b/tools/adoc_objects.py index 999549b..74c63b3 100755 --- a/tools/adoc_objects.py +++ b/tools/adoc_objects.py @@ -54,7 +54,7 @@ def header(adoc=False): doc = doc + "\n= MISP Objects\n\n" doc = doc + "Generated from https://github.com/MISP/misp-objects.\n\n" doc = doc + "\nimage::{images-cdn}misp-logo.png[MISP logo]\n" - doc = "{}{}".format(doc, "\nMISP objects to be used in MISP (starting from version 2.4.80) system and can be used by other information sharing tool. MISP objects are in addition to MISP attributes to allow advanced combinations of attributes. The creation of these objects and their associated attributes are based on real cyber security use-cases and existing practices in information sharing.\n") + doc = "{}{}".format(doc, "\nMISP objects are used in MISP (starting from version 2.4.80) system and can be used by other information sharing tool. MISP objects are in addition to MISP attributes to allow advanced combinations of attributes. The creation of these objects and their associated attributes are based on real cyber security use-cases and existing practices in information sharing. The objects are just shared like any other attributes in MISP even if the other MISP instances don't have the template of the object.\n") doc = doc + "\n\n" return doc