Giter VIP home page Giter VIP logo

bookinfo's People

Contributors

prakashsanker avatar priyeshvpotdar avatar

Watchers

 avatar

bookinfo's Issues

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

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 999999999 . Testing with a large positive integer

DELETE /user/{id}

Payload:

{
  "id": 999999999
}

Response:

{
  "path": "/user/999999999",
  "error": "Internal Server Error",
  "status": 500,
  "timestamp": "2023-12-14T10:47:55.183+00:00"
}

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

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 123456 . Testing with a number that has an ascending sequence of digits, but larger than previous tests

DELETE /user/{id}

Payload:

{
  "id": 123456
}

Response:

{
  "path": "/user/123456",
  "error": "Internal Server Error",
  "status": 500,
  "timestamp": "2023-12-14T10:34:01.447+00:00"
}

Response time of 7 APIs taking more than 1000ms

Description of issues

Our scan revealed multiple endpoints with response times above 1000ms. Prolonged response times like these may degrade the user experience and should be investigated & fixed.

POST /createGitlabIssue

Payload:

{
  "endpoint": "fGj3mAQl0",
  "method": "QB2iIfT",
  "payload": {},
  "response": {},
  "stateChangeTable": {},
  "gitlabProjectId": "k6Y2NkYaqc5BaPYo",
  "description": "JX3N1bYiy2Lno",
  "title": "sRvIdov1",
  "token": "1234567890",
  "labels": [
    "BgzhcLAB",
    "axLzimQOD"
  ]
}

Response:

{
  "message": "Failed to create issue"
}

Unexpected behaviour: expected [400, 413, 414, 422], actual [500]

Description of issues

PUT request to /review/9999999999999 encountered unexpected behaviour and returned a 500 error response code.

PUT /review/9999999999999

Payload:

"{\"forBookId\":4,\"sentiment\":\"BzuhQtURkm3\",\"createdAt\":1,\"rating\":9,\"byUserId\":7,\"comment\":\"M5OGbfabKs6\",\"id\":\"9999999999999\"}"

Response:

{
  "path": "/review/9999999999999",
  "error": "Internal Server Error",
  "status": 500,
  "timestamp": "2023-07-03T07:13:52.802+00:00"
}

Unable to interpret the result

Description of issues

Unable to generate a description

Test Summary

We tried a positive scenario by putting value of field id as 10 because it's Testing with a two digit integer

DELETE /book/{id}

Payload:

{
  "id": 10
}

Response:

"empty response"

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

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 123456789 . Testing with a random positive integer

DELETE /user/{id}

Payload:

{
  "id": 123456789
}

Response:

{
  "path": "/user/123456789",
  "error": "Internal Server Error",
  "status": 500,
  "timestamp": "2023-12-14T10:47:59.227+00:00"
}

Positive payload is causing the API `/review/{id}` to throw an exception

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 9999999999 . Testing with a ten-digit integer at the maximum minus one

GET /review/{id}

Payload:

{
  "id": 9999999999
}

Response:

{
  "path": "/review/9999999999",
  "error": "Internal Server Error",
  "status": 500,
  "timestamp": "2023-11-02T09:45:18.652+00:00"
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.