Resolve G114 use of net/http serve function that has no support for setting timeouts
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)
Success criteria is this line can be removed from .golangci.yml
- G114 # Use of net/http serve function without timeouts.
Hey I'm a computer science student at the University of Texas at Austin taking a course on virtualization. Part of our final project involves contributing to an open source project related to virtualization. This seems like it is a good issue for me and my team to contribute to and its related to the course. Coud you confirm whether this issue is still open and if it could be assigned to me?
Hey I'm a computer science student at the University of Texas at Austin taking a course on virtualization. Part of our final project involves contributing to an open source project related to virtualization. This seems like it is a good issue for me and my team to contribute to and its related to the course. Coud you confirm whether this issue is still open and if it could be assigned to me?
@austinvazquez I just wanted to follow up on my earlier request to be assigned to this issue.