Skip to content

Commit

Permalink
ci: Implement stronger crypto algorithms enforcement.
Browse files Browse the repository at this point in the history
- Exclude weak crypto algorithms using `G405` in the `.golangci.yml` file.
  • Loading branch information
moonD4rk committed Sep 29, 2024
1 parent 876fe93 commit 0816f99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ issues:
- G402 # Look for bad TLS connection settings
- G403 # Ensure minimum RSA key length of 2048 bits
- G404 # Insecure random number source (rand)
- G405 # Look for the use of weak crypto algorithms
- G501 # Import blocklist: crypto/md5
- G502 # Import blocklist: crypto/des
- G503 # Import blocklist: crypto/rc4
Expand Down

0 comments on commit 0816f99

Please sign in to comment.