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

validate Key instances in constructor not in deserialization #780

Merged
merged 3 commits into from
Apr 15, 2024

Conversation

NicholasTanz
Copy link
Contributor

Description of the changes being introduced by the pull request:
Current behavior:
Key implementations validate inputs in from_dict

Expected behavior:
Key implementations validate inputs in init

Fixes #559

@NicholasTanz NicholasTanz marked this pull request as draft April 14, 2024 04:06
@NicholasTanz
Copy link
Contributor Author

NicholasTanz commented Apr 14, 2024

Hey @lukpueh , can you take a look at this pr when you get a chance? thanks

@NicholasTanz NicholasTanz marked this pull request as ready for review April 14, 2024 04:52
Copy link
Member

@lukpueh lukpueh left a comment

Choose a reason for hiding this comment

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

Nice, thanks!

@lukpueh lukpueh merged commit 1b672dc into secure-systems-lab:main Apr 15, 2024
18 checks passed
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.

validate Key instances in constructor not in deserialization
2 participants