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": []
}
Your api responds with
"value": 0for resolutions with a value over1k.Educated guess, the
bigintformatting 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: