We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
meta
From fideslang created by ThomasLaPiana: IABTechLab#127
The meta field now allows bytes, which immediately blow up when serialized to JSON
bytes
The meta field should automatically convert all bytes to strings so that it can be JSON serialized and sent via API
This bug was found in fidesplus when the system scanner tests blew up
fidesplus
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From fideslang created by ThomasLaPiana: IABTechLab#127
Bug Description
The
meta
field now allowsbytes
, which immediately blow up when serialized to JSONExpected behavior
The
meta
field should automatically convert all bytes to strings so that it can be JSON serialized and sent via APIAdditional context
This bug was found in
fidesplus
when the system scanner tests blew upThe text was updated successfully, but these errors were encountered: