gosec/core
Grant Murphy 9b081744c9 Process via packages instead of files
Initial commit to change GAS to process packages rather than standalone
files. This is to address issues with type resolution for external
dependencies.

Uses golang.org/x/tools/go/loader to prepare analyzer input rather than
finding the individual files.
2017-04-25 16:01:28 -07:00
..
analyzer.go Process via packages instead of files 2017-04-25 16:01:28 -07:00
call_list.go Update error test case 2016-11-18 14:09:10 -08:00
call_list_test.go Update error test case 2016-11-18 14:09:10 -08:00
helpers.go Address unhandled error conditions 2016-12-02 10:20:23 -08:00
helpers_test.go Recreate fileset each time we process a file 2016-12-02 15:21:13 -08:00
issue.go Adding some inline documentation for godoc 2016-08-12 14:17:28 +01:00
resolve.go Remove ast.Print debug message from tryresolve 2016-12-01 09:24:58 -08:00
select.go Adding some inline documentation for godoc 2016-08-12 14:17:28 +01:00