firecracker-microvm/firecracker-containerd
Resolve G114 use of net/http serve function that has no support for setting timeouts
オープン
#807 opened on 2025/03/14
good first issue
Repository metrics
- Stars
- (2,876 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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)