Fixed a typo in the MUST NOT tag

As discovered by @packet-rat in https://github.com/MISP/misp-taxonomies/issues/33
pull/34/head
Andras Iklody 2016-09-08 14:15:52 +02:00 committed by GitHub
parent 5429632d88
commit e5e553a7ba
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"namespace": "iep", "namespace": "iep",
"description": "Forum of Incident Response and Security Teams (FIRST) Information Exchange Policy (IEP) framework", "description": "Forum of Incident Response and Security Teams (FIRST) Information Exchange Policy (IEP) framework",
"version": 1, "version": 2,
"predicates": [ "predicates": [
{ {
"value": "id", "value": "id",
@ -234,7 +234,7 @@
"expanded": "Recipients MAY resell the information received." "expanded": "Recipients MAY resell the information received."
}, },
{ {
"value": "MUST NO", "value": "MUST NOT",
"expanded": "Recipients MUST NOT resell the information received unmodified or in a semantically equivalent format." "expanded": "Recipients MUST NOT resell the information received unmodified or in a semantically equivalent format."
} }
] ]