This website requires JavaScript.
Explore
Help
Register
Sign In
go
/
gosec
Watch
1
Star
0
Fork
0
You've already forked gosec
mirror of
https://github.com/securego/gosec.git
synced
2025-11-23 22:15:04 +02:00
Code
Issues
Releases
Activity
Files
c9453023c4e81ebdb6dde29e22d9cd5e2285fb16
gosec
/
rules
History
Oleksandr Redko
4a8cb4609f
Do not allow dashes in file names
2025-06-16 14:34:38 +02:00
..
archive.go
…
bind.go
…
blocklist.go
…
decompression_bomb.go
Do not allow dashes in file names
2025-06-16 14:34:38 +02:00
directory_traversal.go
Do not allow dashes in file names
2025-06-16 14:34:38 +02:00
errors.go
Update what message for G104 (
#1282
)
2025-01-06 15:41:33 +01:00
fileperms_test.go
…
fileperms.go
Fix typos in comments and fields
2024-11-30 10:37:42 +01:00
hardcoded_credentials.go
…
http_serve.go
…
implicit_aliasing.go
Replace old golang.org links with new go.dev (
#1271
)
2024-12-16 15:18:51 +01:00
integer_overflow.go
…
pprof.go
…
rand.go
…
readfile.go
…
rsa.go
…
rulelist.go
remove G113. It only affects old/unsupported versions of Go (
#1328
)
2025-04-03 16:44:20 +02:00
rules_suite_test.go
…
rules_test.go
remove G113. It only affects old/unsupported versions of Go (
#1328
)
2025-04-03 16:44:20 +02:00
slowloris.go
…
sql.go
G201/G202: add checks for injection into sql.Conn methods
2025-06-03 16:22:56 +02:00
ssh.go
…
ssrf.go
…
subproc.go
…
tempfiles.go
…
templates.go
…
tls_config.go
…
tls.go
…
unsafe.go
…
weakcrypto.go
…
weakcryptohash.go
…
weakdepricatedcryptohash.go
…