shithub: furgit

Download patch

ref: bf477ba2743c622372f1dd2bd8c6fc7fb6661f96
parent: cdac77529a3f7416843b1d455d413c9b0f21cfff
author: Runxi Yu <runxiyu@umich.edu>
date: Sun Mar 29 06:29:38 EDT 2026

object/id: Nosec G505 for sha1

--- a/object/id/algorithm_tables.go
+++ b/object/id/algorithm_tables.go
@@ -1,7 +1,7 @@
 package objectid
 
 import (
-	"crypto/sha1"
+	"crypto/sha1" //#nosec:G505
 	"crypto/sha256"
 )
 
--