gosec/issue
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
..
issue.go Split the G401 rule into two separate ones 2024-06-24 15:25:54 +02:00
issue_test.go Fix typos in struct fields, comments, and docs (#1023) 2023-10-05 12:59:17 +02:00