You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MathiasKoch
changed the title
Add fuzz testing to shadows, to make sure invalid json doesn't panic
[Shadows] Add fuzz testing, to make sure invalid json doesn't panic
Oct 3, 2024
MathiasKoch
changed the title
[Shadows] Add fuzz testing, to make sure invalid json doesn't panic
Add fuzz testing, to make sure invalid json doesn't panic
Oct 3, 2024
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
The text was updated successfully, but these errors were encountered: