mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
349 B
349 B
4.3.4
Minor Analysis Improvements
- The second argument of the
CreateTempfunction, from theospackage, is no longer a path-injection sink due to proper sanitization by Go. - The query "Uncontrolled data used in path expression" (
go/path-injection) now detects sanitizing a path by addingos.PathSeparatoror\to the beginning.