Skip to content

Commit

Permalink
fix: Blocklisted import crypto/md5: weak cryptographic primitive
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed May 31, 2022
1 parent 114f61e commit 7d367b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package main
import (
"bytes"
"context"
"crypto/md5"
"crypto/md5" //#nosec
"embed"
"encoding/json"
"fmt"
Expand Down

0 comments on commit 7d367b6

Please sign in to comment.