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

Add fuzz testing to shadows, to make sure invalid json doesn't panic #46

Open
MathiasKoch opened this issue Jun 23, 2022 · 0 comments
Open
Labels
enhancement 👍 New feature or request Shadows

Comments

@MathiasKoch
Copy link
Member

Entering invalid json, or valid json that cannot be deserialized to the shadow state type, should never cause a panic.

Rather it would make sense to make a clean report shadow, while propagating some error to the user through handle_message

@MathiasKoch MathiasKoch added enhancement 👍 New feature or request Shadows labels Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 👍 New feature or request Shadows
Projects
None yet
Development

No branches or pull requests

1 participant