mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
7a275fd0ad
There seems to be an inconsistency in the way that the type.Info.Uses map is populated by the type checker in Go 1.5 and the latest release. It is possible to ascertain the package that relates to an object 1.7.x release but this does not work for earlier Go versions. To work around this limitation we now track imports, and monitor if they are aliased or initalization only imports. |
||
---|---|---|
.. | ||
analyzer.go | ||
call_list.go | ||
helpers.go | ||
issue.go | ||
resolve.go | ||
select.go |