Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

API malformat for resolution > 1k 💥 #16

Open
3lLobo opened this issue Nov 11, 2022 · 0 comments
Open

API malformat for resolution > 1k 💥 #16

3lLobo opened this issue Nov 11, 2022 · 0 comments

Comments

@3lLobo
Copy link

3lLobo commented Nov 11, 2022

Your api responds with "value": 0 for resolutions with a value over 1k.
Educated guess, the bigint formatting and type checking of your api don't go hand in hand.
Please fix this and set up proper api tests.
Errors like this can lead to miss-classification of risk levels.

Here the report:

{
  "summary": {
    "taxonomies": [
      {
        "level": "info",
        "namespace": "RIQ",
        "predicate": "Resolutions",
        "value": 0
      }
    ]
  },
  "full": {
    "totalrecords": 0,
    "querytype": "domain",
    "queryvalue": "210.140.43.55 ",
    "pager": null,
    "lastseen": null,
    "firstseen": null,
    "datestart": "2022-05-15 00:00:00",
    "dateend": "2022-11-11 23:59:59",
    "records": []
  },
  "success": true,
  "artifacts": [],
  "operations": []
}
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant