mirror of https://github.com/MISP/misp-rfc
Org and Orgc clarification added
parent
5789bf2990
commit
7ce50d4f43
|
@ -172,22 +172,25 @@ attribute_count is represented as a JSON string. attribute_count SHALL be presen
|
||||||
An Org object is composed of an uuid, name and id.
|
An Org object is composed of an uuid, name and id.
|
||||||
|
|
||||||
The uuid represents the Universally Unique IDentifier (UUID) [@!RFC4122] of the organization.
|
The uuid represents the Universally Unique IDentifier (UUID) [@!RFC4122] of the organization.
|
||||||
The uuid is globally assigned to an organization and SHALL be kept overtime.
|
The organization UUID is globally assigned to an organization and SHALL be kept overtime.
|
||||||
|
|
||||||
uuid is represented as a JSON string. uuid MUST be present.
|
|
||||||
|
|
||||||
The name is a readable description of the organization and SHOULD be present.
|
The name is a readable description of the organization and SHOULD be present.
|
||||||
|
The id is a human-readable identifier generated by the instance and used as reference in the event.
|
||||||
|
|
||||||
|
uuid, name and id are represented as a JSON string. uuid, name and id MUST be present.
|
||||||
|
|
||||||
|
|
||||||
### Orgc
|
### Orgc
|
||||||
|
|
||||||
An Orgc object is composed of an uuid, name and id.
|
An Orgc object is composed of an uuid, name and id.
|
||||||
|
|
||||||
The uuid MUST be preserved for any updates or transfer of the same event. UUID version 4 is RECOMMENDED when assigning it to a new event.
|
The uuid MUST be preserved for any updates or transfer of the same event. UUID version 4 is RECOMMENDED when assigning it to a new event.
|
||||||
orgc_id is globally assigned to an organization and SHALL be kept overtime.
|
The organization UUID is globally assigned to an organization and SHALL be kept overtime.
|
||||||
|
|
||||||
The name is a readable description of the organization and SHOULD be present.
|
The name is a readable description of the organization and SHOULD be present.
|
||||||
|
The id is a human-readable identifier generated by the instance and used as reference in the event.
|
||||||
|
|
||||||
orgc_id is represented as a JSON string. orgc_id SHOULD be present.
|
uuid, name and id are represented as a JSON string. uuid, name and id MUST be present.
|
||||||
|
|
||||||
|
|
||||||
<reference anchor='MISP-P' target='https://github.com/MISP'>
|
<reference anchor='MISP-P' target='https://github.com/MISP'>
|
||||||
|
|
Loading…
Reference in New Issue