gosec/rules
Tim Kelsey 45f3b5f671 Creating blacklist import rules
Creating a new generic blacklist rule and removing the older
specific ones. This will need configuration integration when
we have some.

The new test is immune to import aliasing but not shadowing
2016-08-05 12:58:27 +01:00
..
bind.go Fix incorrect regexp matches 2016-07-30 13:29:33 -07:00
bind_test.go Adding a config block to the analyzer, parsed from JSON 2016-08-01 17:39:47 +01:00
blacklist.go Creating blacklist import rules 2016-08-05 12:58:27 +01:00
errors.go Initial public release 2016-07-20 15:56:32 +01:00
errors_test.go Adding a config block to the analyzer, parsed from JSON 2016-08-01 17:39:47 +01:00
fileperms.go Fix incorrect regexp matches 2016-07-30 13:29:33 -07:00
fileperms_test.go Adding a config block to the analyzer, parsed from JSON 2016-08-01 17:39:47 +01:00
hardcoded_credentials.go Fix incorrect regexp matches 2016-07-30 13:29:33 -07:00
hardcoded_credentials_test.go Adding a config block to the analyzer, parsed from JSON 2016-08-01 17:39:47 +01:00
httpoxy_test.go Creating blacklist import rules 2016-08-05 12:58:27 +01:00
nosec_test.go Adding a config block to the analyzer, parsed from JSON 2016-08-01 17:39:47 +01:00
rand.go Fix incorrect regexp matches 2016-07-30 13:29:33 -07:00
rand_test.go Adding a config block to the analyzer, parsed from JSON 2016-08-01 17:39:47 +01:00
rsa.go Fix incorrect regexp matches 2016-07-30 13:29:33 -07:00
rsa_test.go Adding a config block to the analyzer, parsed from JSON 2016-08-01 17:39:47 +01:00
sql.go Fix incorrect regexp matches 2016-07-30 13:29:33 -07:00
sql_test.go Adding a config block to the analyzer, parsed from JSON 2016-08-01 17:39:47 +01:00
subproc.go Try to resolve all elements in an expression to a known const 2016-08-03 17:21:48 +01:00
subproc_test.go Try to resolve all elements in an expression to a known const 2016-08-03 17:21:48 +01:00
tempfiles.go Fix incorrect regexp matches 2016-07-30 13:29:33 -07:00
tempfiles_test.go Adding a config block to the analyzer, parsed from JSON 2016-08-01 17:39:47 +01:00
templates.go Fix incorrect regexp matches 2016-07-30 13:29:33 -07:00
templates_test.go Adding a config block to the analyzer, parsed from JSON 2016-08-01 17:39:47 +01:00
tls.go Fix incorrect regexp matches 2016-07-30 13:29:33 -07:00
tls_test.go Adding a config block to the analyzer, parsed from JSON 2016-08-01 17:39:47 +01:00
unsafe.go Fix incorrect regexp matches 2016-07-30 13:29:33 -07:00
unsafe_test.go Adding a config block to the analyzer, parsed from JSON 2016-08-01 17:39:47 +01:00
utils_test.go Initial public release 2016-07-20 15:56:32 +01:00
weakcrypto.go Creating blacklist import rules 2016-08-05 12:58:27 +01:00
weakcrypto_test.go Creating blacklist import rules 2016-08-05 12:58:27 +01:00