mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 03:55:54 +00:00
cee5fad4c3
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. |
||
---|---|---|
.. | ||
bind.go | ||
bind_test.go | ||
errors.go | ||
errors_test.go | ||
fileperms.go | ||
fileperms_test.go | ||
hardcoded_credentials.go | ||
hardcoded_credentials_test.go | ||
httpoxy.go | ||
httpoxy_test.go | ||
nosec_test.go | ||
rand.go | ||
rand_test.go | ||
rsa.go | ||
rsa_test.go | ||
sql.go | ||
sql_test.go | ||
subproc.go | ||
subproc_test.go | ||
tempfiles.go | ||
tempfiles_test.go | ||
templates.go | ||
templates_test.go | ||
tls.go | ||
tls_test.go | ||
unsafe.go | ||
unsafe_test.go | ||
utils_test.go | ||
weakcrypto.go | ||
weakcrypto_test.go |