firecracker-containerd icon indicating copy to clipboard operation
firecracker-containerd copied to clipboard

Resolve G114 use of net/http serve function that has no support for setting timeouts

Open austinvazquez opened this issue 9 months ago • 3 comments

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)

austinvazquez avatar Mar 14 '25 20:03 austinvazquez

Success criteria is this line can be removed from .golangci.yml

    - G114 # Use of net/http serve function without timeouts.

austinvazquez avatar Mar 14 '25 21:03 austinvazquez

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?

arianbeh avatar Nov 19 '25 23:11 arianbeh

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.

arianbeh avatar Dec 02 '25 21:12 arianbeh