firecracker-microvm/firecracker-containerd
Resolve G114 use of net/http serve function that has no support for setting timeouts
開放
#807 建立於 2025年3月14日
good first issue
倉庫指標
- 星標
- (2,876 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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)