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-09-16 09:06:19 +02:00
Code
Issues
Releases
Activity
Files
master
gosec
/
rules
History
Eshani Parulekar
e81fba3c3a
refactor(G304): remove unused trackJoin helper; no functional change
2025-09-12 13:52:23 +00: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
…
hardcoded_credentials.go
…
http_serve.go
…
implicit_aliasing.go
…
integer_overflow.go
…
pprof.go
…
rand.go
…
readfile.go
refactor(G304): remove unused trackJoin helper; no functional change
2025-09-12 13:52:23 +00:00
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
rules(G202): detect SQL concat in ValueSpec declarations; add test sample\n\n- Handle var query string = 'SELECT ...' + user style declarations\n- Reuse existing binary expr detection on ValueSpec.Values\n- Add postgres sample mirroring issue
#1309
report\n- Rules tests: 42 passed
2025-09-12 13:27:02 +00:00
ssh.go
…
ssrf.go
…
subproc.go
…
tempfiles.go
…
templates.go
…
tls_config.go
…
tls.go
…
unsafe.go
…
weakcrypto.go
…
weakcryptohash.go
…
weakdepricatedcryptohash.go
…