django-DefectDojo icon indicating copy to clipboard operation
django-DefectDojo copied to clipboard

Request/Response pair not saved for promoted findings

Open devsecopsale opened this issue 1 year ago • 1 comments

Bug description similar to #7015 , this time for findings that are promoted (from potential findings to findings). When a potential finding is promoted to 'finding', anything that is written in request/response pairs is not saved.

Steps to reproduce Steps to reproduce the behavior:

  1. Go to a test and create a Potential Finding
  2. Promote it to "finding"
  3. Enter any text in REQUEST and/or RESPONSE fields
  4. Save the Finding
  5. view the finding and observe those fields (request/response) were not saved and are empty.

Expected behavior Request/response fields should be saved

Deployment method (select with an X)

  • [ x] Docker Compose
  • [ ] Kubernetes
  • [ ] GoDojo

Environment information

  • Operating System: Debian
  • DefectDojo version (see footer) or commit message: 2.23.2

Logs NA

Sample scan files NA Screenshots NA Additional context (optional) Add any other context about the problem here.

devsecopsale avatar Jan 29 '24 11:01 devsecopsale

Could you also try this with the latest Version please?

manuel-sommer avatar Jan 29 '24 12:01 manuel-sommer