Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 601 Bytes

0.7.13.md

File metadata and controls

10 lines (6 loc) · 601 Bytes

0.7.13

New Queries

  • The query "Slice memory allocation with excessive size value" (go/uncontrolled-allocation-size) has been promoted from experimental to the main query pack. Its results will now appear by default. This query was originally submitted as an experimental query by @Malayke.

Minor Analysis Improvements

  • The query go/hardcoded-credentials no longer discards string literals based on "weak password" heuristics.
  • The query go/sql-injection now recognizes more sinks in the package github.com/Masterminds/squirrel.