Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Report Serialization #45

Open
rhartig-ct opened this issue Jun 14, 2024 · 1 comment
Open

Feature Request: Report Serialization #45

rhartig-ct opened this issue Jun 14, 2024 · 1 comment

Comments

@rhartig-ct
Copy link
Contributor

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

@dc3-tsd
Copy link
Member

dc3-tsd commented Jul 3, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants