Files
codeql/go/ql/lib/change-notes/released/0.7.14.md
2024-04-15 17:34:47 +00:00

7 lines
298 B
Markdown

## 0.7.14
### Minor Analysis Improvements
* Data flow through variables declared in statements of the form `x := y.(type)` at the beginning of type switches has been fixed, which may result in more alerts.
* Added strings.ReplaceAll, http.ParseMultipartForm sanitizers and remove path sanitizer.