QuackatronHQ / Gigarepo

Bind to all interfaces GSC-G102
Security
Major
1 occurrence in this check
Binds to all network interfaces
11)
12
13func SrvListen() {
14	nl, err := net.Listen("tcp", "0.0.0.0:8989")15	if err != nil {
16		log.Fatal(err)
17	}