| - Template.ExecuteTemplate |
| summary: Improper sanitization of CSS values in html/template |
| Angle brackets (<>) are not considered dangerous characters when inserted into |
| CSS contexts. Templates containing multiple actions separated by a '/' character |
| can result in unexpectedly closing the CSS context and allowing for injection of |
| unexpected HTML, if executed with untrusted input. |
| - Juho Nurminen of Mattermost |
| - report: https://go.dev/issue/59720 |
| - fix: https://go.dev/cl/491615 |
| - web: https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU |
| cwe: 'CWE-74: Improper input validation' |