luraproject / lura

Random number generator seed doesn't have enough entropy GO-S1033
Security
Major
6 months ago2 years old
Time based seeds have insufficient entropy
 23)
 24
 25func init() {
 26	rand.Seed(time.Now().Unix()) 27}
 28
 29func TestRunServer_TLS(t *testing.T) {