mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
e3b1d33b95
This re-works the way that CLI options are passed through to the analyzer so that they can act as overrides for config options. If not given on the CLI, options will come from a config file. If no file is used then a default value is chosen. Two lists are also populated with tests to include or exclude. These lists are not used for now but will eventually replace the way we select test to run in a future patch to follow. |
||
---|---|---|
.. | ||
bind.go | ||
bind_test.go | ||
blacklist.go | ||
errors.go | ||
errors_test.go | ||
fileperms.go | ||
fileperms_test.go | ||
hardcoded_credentials.go | ||
hardcoded_credentials_test.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 |