1
0
mirror of https://github.com/securego/gosec.git synced 2024-12-26 20:53:56 +02:00
gosec/rules
Dimitar Banchev 7f8f654235 Updated analyzer to use new way of initialization
* Removed old way of initializing analyzers
* Added the new analyzer to the rest of the default analyzers
* Fixed small bug in the rule
* Removed the test for the new analyzer from the file responsible for testing the rules
* Merged the diffrent examples into 1 variable
* Added tests for the analyzer
* Removed code that was used for testing rules, but it was used to test the analyzer
2024-08-30 19:35:07 +02:00
..
archive.go
bind.go
blocklist.go
decompression-bomb.go
directory-traversal.go
errors.go
fileperms_test.go
fileperms.go
hardcoded_credentials.go
http_serve.go
implicit_aliasing.go
integer_overflow.go
math_big_rat.go
pprof.go
rand.go
readfile.go
rsa.go
rulelist.go Migrated the rule to the analyzers folder 2024-08-30 19:35:07 +02:00
rules_suite_test.go
rules_test.go Updated analyzer to use new way of initialization 2024-08-30 19:35:07 +02:00
slowloris.go
sql.go
ssh.go
ssrf.go
subproc.go
tempfiles.go
templates.go
tls_config.go
tls.go
unsafe.go
weakcrypto.go
weakcryptohash.go
weakdepricatedcryptohash.go