1
0
mirror of https://github.com/securego/gosec.git synced 2025-01-05 22:53:29 +02:00
gosec/rules
Grant Murphy 7a275fd0ad MatchCallByPackage updated to avoid GetCallObject
There seems to be an inconsistency in the way that the type.Info.Uses
map is populated by the type checker in Go 1.5 and the latest release.

It is possible to ascertain the package that relates to an object 1.7.x
release but this does not work for earlier Go versions.

To work around this limitation we now track imports, and monitor if they
are aliased or initalization only imports.
2016-11-07 09:13:20 -08:00
..
bind_test.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
bind.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
blacklist.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
errors_test.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
errors.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
fileperms_test.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
fileperms.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
hardcoded_credentials_test.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
hardcoded_credentials.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
httpoxy_test.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
nosec_test.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
rand_test.go rand: resolve math/rand package 2016-11-03 19:21:12 -04:00
rand.go rand: refactor to use types package 2016-11-03 23:08:03 -04:00
rsa_test.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
rsa.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
sql_test.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
sql.go Confirmed correct behavior for SQL tests 2016-11-02 17:46:59 -07:00
subproc_test.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
subproc.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
tempfiles_test.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
tempfiles.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
templates_test.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
templates.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
tls_test.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
tls.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
unsafe_test.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
unsafe.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
utils_test.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
weakcrypto_test.go Updated imports to new repository location. 2016-11-02 16:54:20 -07:00
weakcrypto.go MatchCallByPackage updated to avoid GetCallObject 2016-11-07 09:13:20 -08:00