apache / security-vulnogram

Vulnogram is a tool for creating and editing CVE information in CVE JSON format
https://vulnogram.github.io/
MIT License
5 stars 4 forks source link

Resolve HTML entities in comment notification emails #112

Closed raboof closed 9 months ago

raboof commented 9 months ago

Previously (since https://github.com/apache/security-vulnogram/pull/76), we used htmltoText to send notification emails in plain text. While that worked, HTML entities would still show up in HTML. Using domhtml will also convert the entities.