MISP/misp-taxonomies

Taxonomies: Typo in IEP Taxonomy

Closed this issue · 1 comments

There's a typo in the MUST NOT value:

      "predicate": "unmodified-resale",
      "entry": [
        {
          "value": "MAY",
          "expanded": "Recipients MAY resell the information received."
        },
        {
          "value": "MUST NO",
          "expanded": "Recipients MUST NOT resell the information received unmodified or in a semantically equivalent format."

Should be:

      "predicate": "unmodified-resale",
      "entry": [
        {
          "value": "MAY",
          "expanded": "Recipients MAY resell the information received."
        },
        {
          "value": "MUST NOT",
          "expanded": "Recipients MUST NOT resell the information received unmodified or in a semantically equivalent format."

Thanks a lot for the heads-up, fixed and updated the version.