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

Added extra validation for payloads when decoding schemas #17 #19

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

daveshanley
Copy link
Member

Schema payloads may be invalid and cannot be decoded. This was being skipped over before. The validator can no-longer be tricked by an invalid payload.

Fixes #17

Signed-off-by: Dave Shanley <dave@quobix.com>
@daveshanley daveshanley merged commit 43e0d56 into main Aug 7, 2023
1 check passed
@daveshanley daveshanley deleted the v0.0.15 branch August 7, 2023 15:28
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.

A malformed JSON body allows missing required properties to validate...
1 participant