Description of issues
This is a critical issue, because valid data when sent to server is considered invalid. This can interrupt the users from using your platform/services.
Test Summary
We tried a positive scenario by putting value of field id as 9223372036854775807 . Testing with the maximum possible value of a 64-bit integer
GET /user/{id}
Payload:
{
"id": 9223372036854776000
}
Response:
{
"notAJson": "Not found"
}
Description of issues
This is a critical issue, because valid data when sent to server is considered invalid. This can interrupt the users from using your platform/services.
Test Summary
We tried a positive scenario by putting value of field
idas9223372036854775807. Testing with the maximum possible value of a 64-bit integerGET /user/{id}
Payload:
{ "id": 9223372036854776000 }Response:
{ "notAJson": "Not found" }