firecracker-microvm/firecracker-containerd
View on GitHubResolve G114 use of net/http serve function that has no support for setting timeouts
Open
#807 opened on Mar 14, 2025
good first issue
Repository metrics
- Stars
- (2,876 stars)
- PR merge metrics
- (PR metrics pending)
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)