Azure / Azure/oav

OAV Validation

Open
#934 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.