gosec/testutils
coredefend e76b258456 New Rule Tainted file (#183)
* Add a tool to generate the TLS configuration form Mozilla's ciphers recommendation (#178)

* Add a tool which generates the TLS rule configuration from Mozilla server side
TLS configuration

* Update README

* Remove trailing space in README

* Update dependencies

* Fix the commends of the generated functions

* Add nil pointer check to rule. (#181)

TypeOf returns the type of expression e, or nil if not found. We are
calling .String() on a value that may be nil in this clause.

Relates to #174

* Add support for YAML output format (#177)

* Add YAML output format

* Update README

* added rule to check for tainted file path

* added #nosec to main/issue.go

* updated test case import
2018-03-09 09:23:27 +10:00
..
log.go Major rework of codebase 2017-07-19 15:17:00 -06:00
pkg.go Fix some gas warnings 2018-02-07 14:07:24 +01:00
source.go New Rule Tainted file (#183) 2018-03-09 09:23:27 +10:00
visitor.go Major rework of codebase 2017-07-19 15:17:00 -06:00