GoAdminGroup / go-admin

Audit required: MD5 cipher algorithm is cryptographically broken GO-S1023
Security
Major
a month agoa month old
MD5 hash algorithm is insecure: md5.Sum(data)
377		contentType = "application/octet-stream"
378	}
379
380	etag := fmt.Sprintf("%x", md5.Sum(data))381
382	if match := ctx.Headers("If-None-Match"); match != "" {
383		if strings.Contains(match, etag) {