gosec/core
Grant Murphy 7a275fd0ad MatchCallByPackage updated to avoid GetCallObject
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.
2016-11-07 09:13:20 -08:00
..
analyzer.go MatchCallByPackage updated to avoid GetCallObject 2016-11-07 09:13:20 -08:00
call_list.go Add an experimental way to whitelist calls 2016-11-06 11:07:50 -08:00
helpers.go MatchCallByPackage updated to avoid GetCallObject 2016-11-07 09:13:20 -08:00
issue.go Adding some inline documentation for godoc 2016-08-12 14:17:28 +01:00
resolve.go Adding some inline documentation for godoc 2016-08-12 14:17:28 +01:00
select.go Adding some inline documentation for godoc 2016-08-12 14:17:28 +01:00