You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. We would like to be able to store the mwcp.report.Report in a single format, then load that data back into mwcp for conversion to any of the other formats, depending on user preference. With just the canonical mwcp format and legacy format this wasn't to bad to do ourselves, but with the addition of stix and it's significantly different format it would require us to maintain multiple copies of data and code path.
Obviously we don't expect the full functionality of reports to work after loading, just access to utilities like as_stix, as_json would be sufficient.
Thanks,
Ryan
The text was updated successfully, but these errors were encountered:
This would be a good idea. Most of the pieces are already there to accomplish this, but we can make it more official to convert something like the json results back to a Report object.
Hello. We would like to be able to store the
mwcp.report.Report
in a single format, then load that data back into mwcp for conversion to any of the other formats, depending on user preference. With just the canonical mwcp format and legacy format this wasn't to bad to do ourselves, but with the addition of stix and it's significantly different format it would require us to maintain multiple copies of data and code path.Obviously we don't expect the full functionality of reports to work after loading, just access to utilities like as_stix, as_json would be sufficient.
Thanks,
Ryan
The text was updated successfully, but these errors were encountered: