..
archive.go
feat: adds support for path.Join and for tar archives in G305
2020-08-03 09:17:45 +02:00
bad_defer.go
Fix https://github.com/securego/gosec/issues/714 ( #733 )
2021-11-24 16:34:42 +01: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
Add os.Unsetenv to NoErrorCheck whitelist ( #702 )
2021-10-05 19:30:34 +02:00
fileperms.go
Fix formatting issues with gofumpt ( #685 )
2021-08-18 13:16:21 +02:00
hardcoded_credentials.go
feat: adding new keyword for hardcoded credentials ( #666 )
2021-07-19 11:23:39 +02: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
Fix lint and fail on error in the ci build
2021-05-31 10:44:12 +02:00
readfile.go
Add os.Create to the readfile rule ( #761 )
2022-01-12 19:33:17 +01:00
rsa.go
Handle properly the gosec module version v2
2020-04-06 09:06:23 -07:00
rulelist.go
Add support for suppressing the findings
2021-12-09 11:53:36 +01:00
rules_suite_test.go
Update to ginkgo v2 ( #753 )
2022-01-03 18:11:35 +01:00
rules_test.go
feat: add concurrency option to parallelize package loading ( #778 )
2022-02-16 18:23:37 +01:00
sql.go
Add db.Exec and db.Prepare to the sql rule ( #763 )
2022-01-17 13:50:37 +01: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
Fix a panic in suproc rule when the declaration of the variable is not available in the AST ( #728 )
2021-11-16 21:41:26 +01:00
tempfiles.go
Find G303 with filepath.Join'd temp dirs ( #754 )
2022-01-04 14:48:02 +01:00
templates.go
Fix lint and fail on error in the ci build
2021-05-31 10:44:12 +02:00
tls.go
Resolve the TLS min version when is declarted in the same package but in a different file
2022-01-26 19:27:26 +01:00
tls_config.go
Update the tls configuration generate to handle also the NSS alternative names
2020-09-03 10:54:08 +02: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