To allow proper marshaling of the proposed misp-core-format JSON protocol it would be essential to have the attributes only containing numbers to be actual JSON Integers:
Exemplary for Events:
- id
- threat_level_id
- analysis
- org_id
- orgc_id
- attribute_count
- distribution
- sharing_group_id
- ....
Probably also true for the different timestamps currently containing unix timestamp formated strings.
Same should be applied throughout the other parts of the RFC.
REF: #2
To allow proper marshaling of the proposed misp-core-format JSON protocol it would be essential to have the attributes only containing numbers to be actual JSON Integers:
Exemplary for Events:
Probably also true for the different timestamps currently containing unix timestamp formated strings.
Same should be applied throughout the other parts of the RFC.
REF: #2