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

Error pushing to Jira: description limit is not checked on Dojo side

Open awakenine opened this issue 3 years ago • 0 comments

Bug description Dojo doesn't check description max length before export to jira. As a result error recieved for findings with too long description.

<class ‘dojo.models.Finding’>: Elasticsearch Information Disclosure, The entered text is too long. It exceeded the maximum number of characters of 32,767.

Expected behavior Trim description before push to Jira, or add as attachment file.

Deployment method (select with an X)

  • [X ] Docker Compose
  • [ ] Kubernetes
  • [ ] GoDojo

awakenine avatar Aug 08 '22 16:08 awakenine