Closed proabiral closed 9 months ago
The tool is pulling suspended programs on Intigriti.
Intigriti API has a field status > value which equals to Suspended if the program is suspended. This can be used to remove suspended programs from the output.
status > value
Suspended
{ "id": "", "handle": "", "name": "", "minBounty": { "value": 25, "currency": "EUR" }, "maxBounty": { "value": 2500, "currency": "EUR" }, "confidentialityLevel": { "id": 3, "value": "Registered" }, "status": { "id": 4, "value": "Suspended" }, "type": { "id": 1, "value": "Bug Bounty" } }
The tool is pulling suspended programs on Intigriti.
Intigriti API has a field
status > value
which equals toSuspended
if the program is suspended. This can be used to remove suspended programs from the output.