gosec/report
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
..
csv Fix lint and fail on error in the ci build 2021-05-31 10:44:12 +02:00
golint fix: make sure that nil Cwe pointer is handled when getting the CWE ID 2022-08-20 13:32:31 +02:00
html chore(deps): update all dependencies 2024-06-11 21:31:12 +02:00
json Fix lint and fail on error in the ci build 2021-05-31 10:44:12 +02:00
junit Extract the issue in its own package 2023-02-16 09:45:28 +01:00
sarif Fix typos in struct fields, comments, and docs (#1023) 2023-10-05 12:59:17 +02:00
sonar Fix typos in comments, vars and tests 2023-05-30 08:26:41 +02:00
text correct gci linter (#946) 2023-03-30 09:31:24 +02:00
yaml correct gci linter (#946) 2023-03-30 09:31:24 +02:00
formatter.go Extract the issue in its own package 2023-02-16 09:45:28 +01:00
formatter_suite_test.go Update to ginkgo v2 (#753) 2022-01-03 18:11:35 +01:00
formatter_test.go Split the G401 rule into two separate ones 2024-06-24 15:25:54 +02:00