gosec/rules
Cedric Staub 3cd0ebee96 Smarter hard-coded credentials check
Check right-hand side expr for literals when looking for hard-coded
credentials. This is to avoid issuing warnings for cases where a
password, token, etc. is read from a file or a terminal.
2016-07-27 22:51:34 -07:00
..
bind.go Initial public release 2016-07-20 15:56:32 +01:00
bind_test.go Initial public release 2016-07-20 15:56:32 +01:00
errors.go Initial public release 2016-07-20 15:56:32 +01:00
errors_test.go Initial public release 2016-07-20 15:56:32 +01:00
fileperms.go Initial public release 2016-07-20 15:56:32 +01:00
fileperms_test.go Initial public release 2016-07-20 15:56:32 +01:00
hardcoded_credentials.go Smarter hard-coded credentials check 2016-07-27 22:51:34 -07:00
hardcoded_credentials_test.go Initial public release 2016-07-20 15:56:32 +01:00
httpoxy.go Adding check for httpoxy 2016-07-21 16:30:09 +01:00
httpoxy_test.go Adding check for httpoxy 2016-07-21 16:30:09 +01:00
rsa.go Initial public release 2016-07-20 15:56:32 +01:00
rsa_test.go Initial public release 2016-07-20 15:56:32 +01:00
sql.go Better SQLi testing 2016-07-27 15:47:07 +01:00
sql_test.go Better SQLi testing 2016-07-27 15:47:07 +01:00
subproc.go Initial public release 2016-07-20 15:56:32 +01:00
subproc_test.go Initial public release 2016-07-20 15:56:32 +01:00
tempfiles.go Initial public release 2016-07-20 15:56:32 +01:00
tempfiles_test.go Initial public release 2016-07-20 15:56:32 +01:00
templates.go Initial public release 2016-07-20 15:56:32 +01:00
templates_test.go Initial public release 2016-07-20 15:56:32 +01:00
tls.go Initial public release 2016-07-20 15:56:32 +01:00
tls_test.go Initial public release 2016-07-20 15:56:32 +01:00
unsafe.go Initial public release 2016-07-20 15:56:32 +01:00
unsafe_test.go Initial public release 2016-07-20 15:56:32 +01:00
utils_test.go Initial public release 2016-07-20 15:56:32 +01:00
weakcrypto.go Initial public release 2016-07-20 15:56:32 +01:00
weakcrypto_test.go Initial public release 2016-07-20 15:56:32 +01:00