firecracker-microvm/firecracker-containerd
Resolve G114 use of net/http serve function that has no support for setting timeouts
Aberta
#807 aberto em 14 de mar. de 2025
good first issue
Métricas do repositório
- Stars
- (2.876 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
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)