gosec/core
Grant Murphy c4057545ae Add MatchCall helper that utilizes type checker
This introduces a helper function that will significantly reduce the
number of false positives that occur due to the use of regexp based
call matching.

It resolves the object related to a CallExpr and checks that against the
supplied package and identifier name. If both of these match the
returned value is the CallExpr and Object.
2016-11-04 11:20:28 -07:00
..
analyzer.go Fix typos in godocs 2016-08-28 11:22:08 -07:00
helpers.go Add MatchCall helper that utilizes type checker 2016-11-04 11:20:28 -07: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