Skip to content

Positive payload is causing the API /book/{id} to consider it as an invalid data. #9

Description

@p0-scanner

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 0 . Testing with zero, which is a valid integer but may not be a valid ID in some systems

DELETE /book/{id}

Payload:

{
  "id": 0
}

Response:

{
  "notAJson": "Not found"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions