diff options
| author | 2026-03-29 10:29:38 +0000 | |
|---|---|---|
| committer | 2026-03-29 10:29:38 +0000 | |
| commit | bf477ba2743c622372f1dd2bd8c6fc7fb6661f96 (patch) | |
| tree | 00f7e46762007b9c7f3eeeb14563e772f78f1fdd /object/id | |
| parent | object/id: Zero is a property of the algorithm (diff) | |
| signature | No signature | |
object/id: Nosec G505 for sha1 v0.1.141
Diffstat (limited to 'object/id')
| -rw-r--r-- | object/id/algorithm_tables.go | 2 |
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" ) |
