gosec/rules
Grant Murphy cee5fad4c3 Fix incorrect regexp matches
There are some cases where the '.' character would also match any
character and could lead to incorrect results. For example the
regular expression -  `^ioutils.WriteFile$' would match
ioutils.WriteFile, but also ioutils_WriteFile.

Additionally made sure that all regexp were declared using raw
strings to avoid any unnecesary string escaping that potentially
make the regexp difficult to read.
2016-07-30 13:29:33 -07:00
..
bind.go Fix incorrect regexp matches 2016-07-30 13:29:33 -07: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 Fix incorrect regexp matches 2016-07-30 13:29:33 -07:00
fileperms_test.go Initial public release 2016-07-20 15:56:32 +01:00
hardcoded_credentials.go Fix incorrect regexp matches 2016-07-30 13:29:33 -07:00
hardcoded_credentials_test.go Initial public release 2016-07-20 15:56:32 +01:00
httpoxy.go Fix incorrect regexp matches 2016-07-30 13:29:33 -07:00
httpoxy_test.go Adding check for httpoxy 2016-07-21 16:30:09 +01:00
nosec_test.go Fixing annotations 2016-07-29 10:34:19 +01:00
rand.go Fix incorrect regexp matches 2016-07-30 13:29:33 -07:00
rand_test.go Detect use of rand.Read from math/rand 2016-07-28 11:26:34 -07:00
rsa.go Fix incorrect regexp matches 2016-07-30 13:29:33 -07:00
rsa_test.go Initial public release 2016-07-20 15:56:32 +01:00
sql.go Fix incorrect regexp matches 2016-07-30 13:29:33 -07: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 Fix incorrect regexp matches 2016-07-30 13:29:33 -07:00
tempfiles_test.go Initial public release 2016-07-20 15:56:32 +01:00
templates.go Fix incorrect regexp matches 2016-07-30 13:29:33 -07:00
templates_test.go Initial public release 2016-07-20 15:56:32 +01:00
tls.go Fix incorrect regexp matches 2016-07-30 13:29:33 -07:00
tls_test.go Initial public release 2016-07-20 15:56:32 +01:00
unsafe.go Fix incorrect regexp matches 2016-07-30 13:29:33 -07: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 Fix incorrect regexp matches 2016-07-30 13:29:33 -07:00
weakcrypto_test.go Initial public release 2016-07-20 15:56:32 +01:00