Replies: 2 comments 8 replies
-
@savage-alex I'm curious which option you would expect from Portman fuzzing? |
Beta Was this translation helpful? Give feedback.
8 replies
-
Re the exact options (sorry to take it somewhere else) Question: But what if in OpenAPI the property is “required” but allowed to be “nullable”, what should Portman do? Have we got an example of this in the wild? I didn't know you could do both required and nullable apimatic had a write up that was interesting https://www.apimatic.io/blog/2021/09/using-optional-and-nullable-properties-in-api-requests/ My gut says:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently Portman, fuzzes “required” properties by removing them and expecting a 4xx response
But what if in OpenAPI the property is “required” but allowed to be “nullable”, what should Portman do?
Example:
What would be the expected fuzzing behaviour?
Options:
Beta Was this translation helpful? Give feedback.
All reactions