gosec/rules
Grant Murphy 622440f167 Correct bad test cases and intermitent failure
The filelist test was non-deterministic and causing intermittent
failures due to ordering. This change will ensure that the file list
returns an ordered list of files in the String() method now.

Additionally there were a number of test cases that the sample code
was incorrect, or would not compile. These have also been corrected.
2017-03-15 08:47:40 -07:00
..
bind.go Allow rules to register against multiple ast nodes 2016-11-13 12:55:31 -08:00
bind_test.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
blacklist.go Allow rules to register against multiple ast nodes 2016-11-13 12:55:31 -08:00
blacklist_test.go Correct bad test cases and intermitent failure 2017-03-15 08:47:40 -07:00
errors.go Update error test case 2016-11-18 14:09:10 -08:00
errors_test.go Fix test cases with invalid sample code 2017-01-13 12:40:49 -08:00
fileperms.go Address unhandled error conditions 2016-12-02 10:20:23 -08:00
fileperms_test.go Fix test cases with invalid sample code 2017-01-13 12:40:49 -08:00
hardcoded_credentials.go Go 1.5 does not support width precision specifier 2017-01-14 14:39:22 -08:00
hardcoded_credentials_test.go Introduce entropy checking of string 2017-01-14 13:45:34 -08:00
httpoxy_test.go Fix test cases with invalid sample code 2017-01-13 12:40:49 -08:00
nosec_test.go Correct bad test cases and intermitent failure 2017-03-15 08:47:40 -07:00
rand.go Backport test case for 1.5 2017-01-13 13:31:22 -08:00
rand_test.go Backport test case for 1.5 2017-01-13 13:31:22 -08:00
rsa.go Allow rules to register against multiple ast nodes 2016-11-13 12:55:31 -08:00
rsa_test.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
sql.go Address unhandled error conditions 2016-12-02 10:20:23 -08:00
sql_test.go Correct bad test cases and intermitent failure 2017-03-15 08:47:40 -07:00
subproc.go Allow rules to register against multiple ast nodes 2016-11-13 12:55:31 -08:00
subproc_test.go Fix test cases with invalid sample code 2017-01-13 12:40:49 -08:00
tempfiles.go Address unhandled error conditions 2016-12-02 10:20:23 -08:00
tempfiles_test.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
templates.go Allow rules to register against multiple ast nodes 2016-11-13 12:55:31 -08:00
templates_test.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
tls.go Allow rules to register against multiple ast nodes 2016-11-13 12:55:31 -08:00
tls_test.go Fix test cases with invalid sample code 2017-01-13 12:40:49 -08:00
unsafe.go Update unsafe rule to match package explicitly 2016-11-15 13:53:36 -08:00
unsafe_test.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
utils_test.go Recreate fileset each time we process a file 2016-12-02 15:21:13 -08:00
weakcrypto.go Allow rules to register against multiple ast nodes 2016-11-13 12:55:31 -08:00
weakcrypto_test.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00