-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fixes #49 by adding rules for JSON Schema unevaluatedProperties keyword #50
Fixes #49 by adding rules for JSON Schema unevaluatedProperties keyword #50
Conversation
Can someone review this PR please? |
Can someone review this PR please? |
@DavidBiesack I'll take a look at this today! Apologies for the delay |
@mnaumanali94 any updates? |
Thanks for this @DavidBiesack, I'm merging it to my OWASP API Security 2023 pull request which the team have asked me to work on. |
Combined pull request with #51 |
🎉 This issue has been resolved in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
add rules for JSON Schema unevaluatedProperties keyword, similar to
additionalProperties
Motivation and Context
Fixes #49
Description
Clone the rules
How Has This Been Tested?
Added a jest testcase
Types of changes
Checklist