Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.42 KB

File metadata and controls

43 lines (27 loc) · 1.42 KB
title Upgrading to DefectDojo Version 2.59.x
toc_hide true
weight -20260602
description Removal of Questionnaire API Endpoints, Credential Manager, and Stub Findings

Removal: Questionnaire API Endpoints

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

Required Actions

Any requests to these endpoints will now return a 404 Not Found error.

Removal: Credential Manager

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/

Required Actions

Any requests to these endpoints will now return a 404 Not Found error. The Credential Manager UI is no longer available.

Removal: Stub Findings

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/

Required Actions

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.