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

TaintConfig Serialization #672

Conversation

fabianbs96
Copy link
Member

Several headers of PhASAR #include nlohmann/json which requires consumers of phasar to integrate nlohmann/json into their codebases as well. This is not only inconvenient for users, it also ties us to nlohmann without an easy way of switching JSON libraries under the hood.

To fix this, we introduce an intermediate layer (for now just for the TaintConfig) that represents the same json data but hides the implementation details

Copy link
Member

@MMory MMory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks!

@fabianbs96 fabianbs96 merged commit de6d505 into secure-software-engineering:development Oct 9, 2023
4 checks passed
@fabianbs96 fabianbs96 deleted the f-TaintConfigSerialization branch October 9, 2023 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants