firecracker-microvm/firecracker-containerd
Resolve G114 use of net/http serve function that has no support for setting timeouts
Aperta
#807 aperta il 14 mar 2025
good first issue
Metriche repository
- Star
- (2876 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Resolve the following errors:
Error: internal/network_test_utils.go:135:10: G114: Use of net/http serve function that has no support for setting timeouts (gosec)
return http.ListenAndServe(l.ipAddr+":80", nil)