gosec/rules
Cosmin Cojocar 110b62b05f Add io.CopyBuffer function to rule G110
Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
2020-07-29 14:25:45 +02:00
..
archive.go Handle properly the gosec module version v2 2020-04-06 09:06:23 -07:00
bad_defer.go Update bad_defer.go 2020-05-06 16:23:04 +02:00
bind.go Handle properly the gosec module version v2 2020-04-06 09:06:23 -07:00
blocklist.go Rename file for consistency 2020-06-29 13:52:47 +02:00
decompression-bomb.go Add io.CopyBuffer function to rule G110 2020-07-29 14:25:45 +02:00
errors.go Handle properly the gosec module version v2 2020-04-06 09:06:23 -07:00
fileperms.go Handle properly the gosec module version v2 2020-04-06 09:06:23 -07:00
hardcoded_credentials.go Enhance the hardcoded credentials rule to check the equality and non-equality of strings 2020-04-20 03:08:39 -07:00
implicit_aliasing.go Improve the SQL concatenation and string formatting rules to be applied only in the database/sql context 2020-05-27 10:16:56 +02:00
integer_overflow.go Handle properly the gosec module version v2 2020-04-06 09:06:23 -07:00
pprof.go Handle properly the gosec module version v2 2020-04-06 09:06:23 -07:00
rand.go Extend the insecure random rule with more insecure random functions 2020-06-15 15:12:02 +02:00
readfile.go Extend the rule G304 with os.OpenFile and add a test to cover it 2020-06-17 13:14:08 +02:00
rsa.go Handle properly the gosec module version v2 2020-04-06 09:06:23 -07:00
rulelist.go Change naming rule from blacklist to blocklist 2020-06-29 13:45:44 +02:00
rules_suite_test.go Major rework of codebase 2017-07-19 15:17:00 -06:00
rules_test.go Change naming rule from blacklist to blocklist 2020-06-29 13:45:44 +02:00
sql.go Improve the SQL strings concat rules to handle multiple string concatenation 2020-05-27 10:16:56 +02:00
ssh.go Handle properly the gosec module version v2 2020-04-06 09:06:23 -07:00
ssrf.go Handle properly the gosec module version v2 2020-04-06 09:06:23 -07:00
subproc.go Handle properly the gosec module version v2 2020-04-06 09:06:23 -07:00
tempfiles.go Handle properly the gosec module version v2 2020-04-06 09:06:23 -07:00
templates.go Handle properly the gosec module version v2 2020-04-06 09:06:23 -07:00
tls.go Improve the TLS version checking 2020-06-25 09:21:14 +02:00
tls_config.go Handle properly the gosec module version v2 2020-04-06 09:06:23 -07:00
unsafe.go Handle properly the gosec module version v2 2020-04-06 09:06:23 -07:00
weakcrypto.go Change naming rule from blacklist to blocklist 2020-06-29 13:45:44 +02:00