From febb9a8ec2e374e4afbc3d3fbc97f9f06a05dd03 Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Fri, 15 Feb 2019 09:25:48 +0100 Subject: [PATCH] fix various typos in objects --- misp-object/README.md | 17 ++++++++--------- noticelist/README.md | 3 +++ 2 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 noticelist/README.md diff --git a/misp-object/README.md b/misp-object/README.md index 5bc5945..590cf66 100644 --- a/misp-object/README.md +++ b/misp-object/README.md @@ -22,21 +22,20 @@ After pressing "Submit, you are given the possibility to review your object befo ### Creating object -An object is designed using a JSON file which should repect a format described in [this document](https://github.com/MISP/misp-objects/blob/master/schema_objects.json). +An object is designed using a JSON file which should respect a format described in [this document](https://github.com/MISP/misp-objects/blob/master/schema_objects.json). -An object is basically a combinaison of two or more attributes that can be used together to represent real cyber security use-cases. These attributes are listed in a JSON object. +An object is basically a combination of two or more attributes that can be used together to represent real cyber security use-cases. These attributes are listed in a JSON object. -Each attribute is an JSON object defined by a name, a description, a misp-attribute and an ui-priority value. -- Name and description are self-explanatory. -- misp-attribute is an existing type of attribute in misp that matches the attribute. +Each attribute is an JSON object defined by a name, a description, a misp-attribute and an ui-priority value. +- Name and description are self-explanatory. +- misp-attribute is an existing type of attribute in misp that matches the attribute. - Concerning ui-priority, the higher the number is, the most it is expected to be seen. There are also others options that can be added to define an attribute more precisely. - sane_default is a list of default valid value for this attribute. The user can pick a value from this list or choose "Enter value manually" -- disable_correlation will disable correlation for this value. Usefull for dates for instance +- disable_correlation will disable correlation for this value. Useful for dates for instance - recommended value for this field - multiple, if set to true, allow the user to add multiple instances of this attribute. -Not all attributes are mandatory, but some can be required. If s, they need to be listed in a list called "required". The object will only be valid if the listed attributes are set. -The same way, there are sometimes when only one attribute in a set is needed. This set can be put in a list called "requiredOneOf". If at least oen of the attributes in this list is set, the object will be valid. - +Not all attributes are mandatory, but some can be required. If so, they need to be listed in a list called "required". The object will only be valid if the listed attributes are set. +The same way, there are sometimes when only one attribute in a set is needed. This set can be put in a list called "requiredOneOf". If at least oen of the attributes in this list is set, the object will be valid. diff --git a/noticelist/README.md b/noticelist/README.md new file mode 100644 index 0000000..39ee720 --- /dev/null +++ b/noticelist/README.md @@ -0,0 +1,3 @@ + + +## MISP-noticelist