gosec/testutils
Dimitar Banchev 58e4fccc13 Split the G401 rule into two separate ones
Now the G401 rule is split into hashing and encryption algorithms.

G401 is responsible for checking the usage of MD5 and SHA1, with corresponding CWE of 328.
And G405(New rule) is responsible for checking the usege of DES and RC4, with corresponding CWE of 327.
2024-06-24 15:25:54 +02:00
..
cgo_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g101_samples.go Fix nosec when applied to a block 2024-05-28 12:54:05 +02:00
g102_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g103_samples.go Add a new rule to detect integer overflow on integer types conversion 2024-05-27 13:03:01 +02:00
g104_samples.go chore: Refactor Sample Code to Separate Files 2023-12-08 14:46:36 +01:00
g106_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g107_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g108_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g109_samples.go Add a new rule to detect integer overflow on integer types conversion 2024-05-27 13:03:01 +02:00
g110_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g111_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g112_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g113_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g114_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g115_samples.go Add a new rule to detect integer overflow on integer types conversion 2024-05-27 13:03:01 +02:00
g201_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g202_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g203_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g204_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g301_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g302_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g303_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g304_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g305_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g306_samples.go Add a unit test to detect the false negative in rule G306 for os.ModePerm permissions 2024-05-14 15:33:23 +02:00
g307_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g401_samples.go Split the G401 rule into two separate ones 2024-06-24 15:25:54 +02:00
g402_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g403_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g404_samples.go Add support for math/rand/v2 added in Go 1.22 2024-03-07 16:33:18 +01:00
g405_samples .go Split the G401 rule into two separate ones 2024-06-24 15:25:54 +02:00
g501_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g502_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g503_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g504_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g505_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
g601_samples.go chore: Refactor Sample Code to Separate Files 2023-12-08 14:46:36 +01:00
g602_samples.go Fix lint warnings by properly formatting the files 2023-12-08 14:46:36 +01:00
log.go Major rework of codebase 2017-07-19 15:17:00 -06:00
pkg.go Refactor how ignored issues are tracked 2023-10-13 14:11:08 +02:00
sample_types.go chore: Refactor Sample Code to Separate Files 2023-12-08 14:46:36 +01:00
visitor.go Handle properly the gosec module version v2 2020-04-06 09:06:23 -07:00