gosec/analyzers
William Bergeron-Drouin ea5b2766bb
fix: G602 support for nested conditionals with bounds check (#1201)
* Recursive fix

* Add some more test cases

* Fix formatting

* Add depth check
2024-09-04 11:07:42 +02: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 Updated analyzer to use new way of initialization 2024-08-30 19:35:07 +02:00
anaylzers_suite_test.go Allow excluding analyzers globally (#1180) 2024-08-20 10:43:40 +02:00
conversion_overflow.go Fix conversion overflow false positive when using ParseUint 2024-08-28 08:58:42 +02:00
hardcodedNonce.go Make variable name more clear 2024-08-30 19:35:07 +02: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