mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
e76b258456
* 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 |
||
---|---|---|
.. | ||
big.go | ||
bind.go | ||
blacklist.go | ||
errors.go | ||
fileperms.go | ||
hardcoded_credentials.go | ||
rand.go | ||
readfile.go | ||
rsa.go | ||
rulelist.go | ||
rules_suite_test.go | ||
rules_test.go | ||
sql.go | ||
ssh.go | ||
subproc.go | ||
tempfiles.go | ||
templates.go | ||
tls.go | ||
tls_config.go | ||
unsafe.go | ||
weakcrypto.go |