django-DefectDojo
django-DefectDojo copied to clipboard
Error pushing to Jira: description limit is not checked on Dojo side
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