added
Nov 6th 2020 - Additional Operations Added
about 4 years ago by [email protected]
Two new operations have been added for the Business Logic Assessments API v2.0. These operations respectively allow you to create a Business Logic Assessment (BLA) or retrieve information for a specific BLA:
- POST /api/businessLogicAssessments
- GET /api/businessLogicAssessments/{id}
A new operation has also been added for each of the following API resources:
- Findings API v2.0: POST /api/runScanRules
- Sites API v2.0: PUT /api/scanRules
The first operation simply checks to see how your proposed scan rule will affect the scope of existing vulnerabilities. The second operation updates scan rules for the asset indicated in the request content.