opencybersecurityalliance / cacao-roaster

A web application for generating, parsing and validating, manipulating, and visualizing CACAO v2.0 playbooks.
Other
22 stars 9 forks source link

TLP and EIP markings are stored as marking-statements #19

Open mateusdz opened 6 months ago

mateusdz commented 6 months ago

Before a marking definition is created, a “template” marking-statement is created. Later, when the type is changed, the right properties appear; however, the type of the stored object does not change.

"data_marking_definitions": { "marking-statement--d81b82d3-3bcd-4e23-a1a8-48bce7e59f3f": { "type": "marking-tlp", "id": "marking-statement--d81b82d3-3bcd-4e23-a1a8-48bce7e59f3f", "created_by": "identity--5abe695c-7bd5-4c31-8824-2528696cdbf1", "created": "2022-10-01T00:00:00.000Z", "revoked": false, "tlpv2_level": "TLP:CLEAR" } }