aboutsummaryrefslogtreecommitdiff
path: root/object
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-29 10:29:38 +0000
committerGravatar Runxi Yu2026-03-29 10:29:38 +0000
commitbf477ba2743c622372f1dd2bd8c6fc7fb6661f96 (patch)
tree00f7e46762007b9c7f3eeeb14563e772f78f1fdd /object
parentobject/id: Zero is a property of the algorithm (diff)
signatureNo signature
object/id: Nosec G505 for sha1 v0.1.141
Diffstat (limited to 'object')
-rw-r--r--object/id/algorithm_tables.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/id/algorithm_tables.go b/object/id/algorithm_tables.go
index 86e1341e..2ea85879 100644
--- 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"
)