mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
Merge pull request #479 from smowton/smowton/admin/add-missing-change-notes
Add missing change notes
This commit is contained in:
2
change-notes/2021-02-09-html-templates.md
Normal file
2
change-notes/2021-02-09-html-templates.md
Normal 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.
|
||||
2
change-notes/2021-02-10-cfg-equality-panic-edges.md
Normal file
2
change-notes/2021-02-10-cfg-equality-panic-edges.md
Normal 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.
|
||||
Reference in New Issue
Block a user