Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 349 Bytes

File metadata and controls

6 lines (4 loc) · 349 Bytes

4.3.4

Minor Analysis Improvements

  • The second argument of the CreateTemp function, from the os package, 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 adding os.PathSeparator or \ to the beginning.