mirror of
https://github.com/securego/gosec.git
synced 2024-11-06 03:55:50 +00:00
129be1561b
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 |
||
---|---|---|
.. | ||
analyzer.go | ||
call_list.go | ||
call_list_test.go | ||
helpers.go | ||
helpers_test.go | ||
issue.go | ||
resolve.go | ||
select.go |