Ensure wbe workers and senders verify the messages they recieve
The WBE executor (and workers) do not currently verify the message format they receive. To ensure they are more resilient to bad or incorrect data we should do at a minimum basic validation of the data received before processing that data at the executor or worker.
Blueprint information
- Status:
- Complete
- Approver:
- None
- Priority:
- Medium
- Drafter:
- Joshua Harlow
- Direction:
- Approved
- Assignee:
- None
- Definition:
- Approved
- Series goal:
- Accepted for 0.4
- Implementation:
- Implemented
- Milestone target:
- None
- Started by
- Joshua Harlow
- Completed by
- Joshua Harlow
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
WBE notification message validation
Addressed by: https:/
Allow handlers to provide validation callables
Addressed by: https:/
WBE response message validation
Addressed by: https:/
WBE request message validation
Addressed by: https:/
Add basic WBE validation sanity tests
Addressed by: https:/
Use a common message dispatcher