Skip to content

Refactor of the serialize and to_serializable function #270

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

raphaelahrens
Copy link
Contributor

This commit tries to tackle #268 and rewrite the serialize function to handle less class specific cases and move it into the single dispatch function to_serializable.

This commit tries to tackle OWASP#268 and rewrite the `serialize` function to
handle less class specific cases and move it into the single
dispatch function `to_serializable`.
@raphaelahrens
Copy link
Contributor Author

Hey so I looked into a bit more and came up with something that gives the same report to the original.

Main reason why this is just a draft is that serialize is used when exporting to sqlite, and I first wanted to check if this has a chance to be merged or not before I try to solve this problem.

I also have the feeling that the sql report is missing some attributes.

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

Successfully merging this pull request may close these issues.

1 participant