gosec/rules
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
..
big.go fix golint errors picked up by hound-ci 2017-12-13 22:35:47 +10:00
bind.go Use explicit packages in call lists 2018-01-05 23:05:53 +10:00
blacklist.go Migrated old test cases. 2017-12-28 16:54:10 +10:00
errors.go Add Fprint, Fprintf, Fprintln to NoErrorCheck whitelist 2018-02-07 14:13:17 +01:00
fileperms.go Make the folder permissions more permissive to avoid false positives (#175) 2018-02-15 19:53:01 +10:00
hardcoded_credentials.go fix golint errors picked up by hound-ci 2017-12-13 22:35:47 +10:00
rand.go fix golint errors picked up by hound-ci 2017-12-13 22:35:47 +10:00
readfile.go New Rule Tainted file (#183) 2018-03-09 09:23:27 +10:00
rsa.go Use explicit packages in call lists 2018-01-05 23:05:53 +10:00
rulelist.go New Rule Tainted file (#183) 2018-03-09 09:23:27 +10:00
rules_suite_test.go Major rework of codebase 2017-07-19 15:17:00 -06:00
rules_test.go New Rule Tainted file (#183) 2018-03-09 09:23:27 +10:00
sql.go Rebase to master 2018-01-22 18:45:07 +00:00
ssh.go Add some review fixes 2018-02-07 09:23:52 +01:00
subproc.go Use explicit packages in call lists 2018-01-05 23:05:53 +10:00
tempfiles.go Use explicit packages in call lists 2018-01-05 23:05:53 +10:00
templates.go Use explicit packages in call lists 2018-01-05 23:05:53 +10:00
tls.go Add nil pointer check to rule. (#181) 2018-02-28 04:29:25 +10:00
tls_config.go Add a tool to generate the TLS configuration form Mozilla's ciphers recommendation (#178) 2018-02-21 15:59:18 +10:00
unsafe.go fix hound-ci errors 2017-12-13 17:39:00 +10:00
weakcrypto.go fix golint errors picked up by hound-ci 2017-12-13 22:35:47 +10:00