opencybersecurityalliance / cacao-roaster

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

End Date in EIP marking is [Object Object] #27

Open mateusdz opened 3 months ago

mateusdz commented 3 months ago

The “End Date” property in the EIP markin object is mistakenly populated as an “textarea” and shows [Object Object] instead of the date. This is happening because of type confusion, as the end date is not only of type date but also can be NULL.

Untitled (4)