Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 3.0 #40

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Ignore security warning for md5 in gosec
dana-ross committed Feb 10, 2021
commit 69e563518a9184d0f58f5f16ddc4af16d94b2ee1
2 changes: 1 addition & 1 deletion fonts.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"crypto/md5"
"crypto/md5" // #nosec
"crypto/sha256"
"encoding/hex"
"errors"