gosec/core
Grant Murphy 129be1561b Update error test case
There were several issues with the error test case that have been
addressed in this commit.

- It is possible to specify a whitelist of calls that error handling
  should be ignored for.
- Additional support for ast.ExprStmt for cases where the error is
  implicitly ignored.

There were several other additions to the helpers and call list in order
to support this type of functionality.

Fixes #54
2016-11-18 14:09:10 -08:00
..
analyzer.go Update unsafe rule to match package explicitly 2016-11-15 13:53:36 -08: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 Update error test case 2016-11-18 14:09:10 -08:00
helpers_test.go Extend helpers and call list 2016-11-18 09:57:34 -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