Merge pull request #479 from smowton/smowton/admin/add-missing-change-notes

Add missing change notes
This commit is contained in:
Chris Smowton
2021-02-16 09:58:29 +00:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
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.

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Improved the Go control-flow graph to exclude more edges representing panics due to comparisons when the types of the compared values indicate a panic is impossible (for example, comparing integers cannot panic). This may reduce false-positives or false-negatives for any query for which control-flow is relevant.