gosec/analyzers
Cosmin Cojocar 229cf63a09
Some checks failed
CI / test (map[go:1.22.9 golangci:latest]) (push) Has been cancelled
CI / test (map[go:1.23.3 golangci:latest]) (push) Has been cancelled
Security Scan / build (push) Has been cancelled
CI / coverage (push) Has been cancelled
Remove the decryption funtions/methods from G407 check
The nonce in the decryption functions/methods is typically provided and
it should not be randomnly generated.

Change-Id: Id0df0d43aecb2aadb00b9fa901bd060a43a201c5
Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
2024-11-26 10:14:30 +01:00
..
analyzers_set.go Allow excluding analyzers globally (#1180) 2024-08-20 10:43:40 +02:00
analyzers_test.go Updated analyzer to use new way of initialization 2024-08-30 19:35:07 +02:00
analyzerslist.go Fix running single analyzer which isn't a rule bug (#1231) 2024-09-20 10:56:50 +02:00
anaylzers_suite_test.go Allow excluding analyzers globally (#1180) 2024-08-20 10:43:40 +02:00
conversion_overflow.go Fix G115 false positive when going from parsed uint to larger int 2024-11-26 09:36:56 +01:00
conversion_overflow_test.go Improvement the int conversion overflow logic to handle bound checks (#1194) 2024-09-04 16:09:54 +02:00
hardcoded_nonce.go Remove the decryption funtions/methods from G407 check 2024-11-26 10:14:30 +01:00
slice_bounds.go fix: G602 support for nested conditionals with bounds check (#1201) 2024-09-04 11:07:42 +02:00
util.go Migrated the rule to the analyzers folder 2024-08-30 19:35:07 +02:00