| title | Upgrading to DefectDojo Version 2.59.x |
|---|---|
| toc_hide | true |
| weight | -20260602 |
| description | Removal of Questionnaire API Endpoints, Credential Manager, and Stub Findings |
As announced in DefectDojo 2.56.0, the following Questionnaire API endpoints have been removed:
/api/v2/questionnaire_answered_questionnaires//api/v2/questionnaire_answers//api/v2/questionnaire_engagement_questionnaires//api/v2/questionnaire_general_questionnaires//api/v2/questionnaire_questions
Any requests to these endpoints will now return a 404 Not Found error.
As announced in DefectDojo 2.57.0, the Credential Manager feature has been removed. The following API endpoints are no longer available:
/api/v2/credentials//api/v2/credential_mappings/
Any requests to these endpoints will now return a 404 Not Found error. The Credential Manager UI is no longer available.
As announced in DefectDojo 2.57.0, the Stub Findings feature has been removed. The following API endpoint is no longer available:
/api/v2/stub_findings/
Any requests to this endpoint will now return a 404 Not Found error. The Stub Findings UI is no longer available.
For more information, check the Release Notes.