1
0

fix: resolve all trivy vulnerabilities (2023-06-06)

- bump go version to 1.17
- resolved: CVE-2022-21698, CVE-2022-27664, CVE-2022-41723, CVE-2022-41717, CVE-2022-29526, CVE-2022-32149, CVE-2022-28948.
This commit is contained in:
Yonatan Kahana
2023-06-06 23:44:58 +03:00
parent c2a2d5d544
commit fed959e469
416 changed files with 48124 additions and 12049 deletions

View File

@@ -20,7 +20,7 @@ const (
prime64 = 1099511628211
)
// hashNew initializies a new fnv64a hash value.
// hashNew initializes a new fnv64a hash value.
func hashNew() uint64 {
return offset64
}