django-DefectDojo
django-DefectDojo copied to clipboard
Request/Response pair not saved for promoted findings
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:
- Go to a test and create a Potential Finding
- Promote it to "finding"
- Enter any text in REQUEST and/or RESPONSE fields
- Save the Finding
- 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.
Could you also try this with the latest Version please?