OAV Validation
Open
- Dominant language
- TypeScript
- Stars
- 104
- Forks
- 62
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 5
Description
During the PUT request if the properties are marked for CREATE and READ only, it is not validating if the user has changed the properties which are marked for CREATE and READ only. It allows the end user to change any property.
Also, if the string property is marked as Required, it is accepting empty as valid value, which I believe should not be the case.
Contributor guide
Research direction
No files or tests are named. Start by locating the PUT request validation entry point and the checks for CREATE/READ-only properties and required strings; done means changed protected properties and empty required strings are rejected, with regression coverage for both cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- openapi, typescript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100