| - Template.ExecuteTemplate |
| summary: Improper handling of JavaScript whitespace in html/template |
| Not all valid JavaScript whitespace characters are considered to be |
| whitespace. Templates containing whitespace characters outside of the |
| character set "\t\n\f\r\u0020\u2028\u2029" in JavaScript contexts that also |
| contain actions may not be properly sanitized during execution. |
| credit: Juho Nurminen of Mattermost |
| - report: https://go.dev/issue/59721 |
| - fix: https://go.dev/cl/491616 |
| - web: https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU |
| cwe: 'CWE-74: Improper input validation' |