Files
codeql/go/old-change-notes/2021-02-09-html-templates.md
2022-05-20 10:07:19 -07:00

3 lines
327 B
Markdown

lgtm,codescanning
* Improved our modeling of Go's builtin `html/template` package to understand that these templates provide context-sensitive escaping of HTML and Javascript special characters. This may reduce false-positives seen by the `go/reflected-xss` query, as well as other queries for which HTML escaping is relevant.