
REST API Group (Archived) — Tim J (Veracode PM) (Veracode)
Hi all, We have posted an update to the Findings Swagger file that includes the following improvements:
1. New endpoint underneath findings: findings/statistics
This endpoint provides summary level information for the set of findings you request. You can hit the endpoint with most if not all the query options that /findings supports and get a summary for that set of findings. The output looks like this:
{
"resolution": {
"MITIGATED": 1,
"CANNOT_REPRODUCE": 0,
"MITIGATED_BY_CUSTOM_CLEANSER": 0, ...
},
"resolution_status": {
"AUTOMATED": 1423,
"NONE": 4274,
"APPROVED": 1,
"PROPOSED": 0,
"REJECTED": 0
},
"severity": {
"0": 0,
"1": 0,
"2": 1617,
"3": 3388,
"4": 468,
"5": 225
},
"status": {
"CLOSED": 1424,
"OPEN": 4274
},
"cwe": {
"209": 1467,
"80": 1397,
"113": 777, ....
},
"_links": {
...
}}
2. Bug fixes
- Corrected the issue that MOBILE was showing up as an option for querying for scan_type
- Removed the /scans endpoint since it hasn't been implemented
- Updated the swagger for various things connected with MPT
The updated Swagger has been linked from the Help Center. Enjoy!
.png)