Skip to content

Positive payload is causing the API /user/{id} to throw an exception #14

Description

@harbor-sherlock

Description of issues

This is a critical issue, because valid data when sent to server is throwing an exception. This can stop legit users from using your platform/services.

Test Summary

We tried a positive scenario by putting value of field id as 101010101 because it's Testing with a positive integer value with alternating digits

DELETE /user/{id}

Payload:

{
  "id": 101010101
}

Response:

{
  "path": "/user/101010101",
  "error": "Internal Server Error",
  "status": 500,
  "timestamp": "2023-12-22T10:57:00.411+00:00"
}

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