gosec/rules
Tim Kelsey 361593394e Adding check for httpoxy
Go code running under CGI is vulnerable to httpoxy attack. See
https://httpoxy.org/ this checks for an import of net/http/cgi
that might indicate code may be run under CGI.

closes #1
2016-07-21 16:30:09 +01: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 Initial public release 2016-07-20 15:56:32 +01: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 Initial public release 2016-07-20 15:56:32 +01:00
sql_test.go Initial public release 2016-07-20 15:56:32 +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