From 4f4880e7bff963ed01816d10baba61b507ac13c5 Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Mon, 10 Sep 2018 13:01:52 +0200 Subject: [PATCH] Fix galaxy rfc --- misp-galaxy-format/raw.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/misp-galaxy-format/raw.md b/misp-galaxy-format/raw.md index 2cf9307..be68991 100644 --- a/misp-galaxy-format/raw.md +++ b/misp-galaxy-format/raw.md @@ -94,9 +94,7 @@ The uuid represents the Universally Unique IDentifier (UUID) [@!RFC4122] of the Meta contains a list of custom defined JSON key value pairs. Users **SHOULD** reuse commonly used keys such as properties, complexity, effectiveness, country, possible_issues, colour, motive, impact, refs, synonyms, derivated_from, status, date, encryption, extensions, ransomnotes, cfr-suspected-victims, cfr-suspected-state-sponsor, cfr-type-of-incident, cfr-target-category wherever applicable. -properties is used to provide clusters with additional properties. Properties are represented as an array containing one or more strings ans **MAY** be present. - -derivated_from, refs, synonyms **SHALL** be used to give further informations. refs is represented as an array containing one or more strings and **SHALL** be present. synonyms is represented as an array containing one or more strings and **SHALL** be present. derivated_from is represented as an array containing one or more strings and **SHALL** be present. +refs, synonyms **SHALL** be used to give further informations. refs is represented as an array containing one or more strings and **SHALL** be present. synonyms is represented as an array containing one or more strings and **SHALL** be present. date, status **MAY** be used to give time information about an cluster. date is represented as a string describing a time or period and **SHALL** be present. status is represented as a string describing the current status of the clusters. It **MAY** also describe a time or period and **SHALL** be present.