firecracker-microvm/firecracker-containerd

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

Open

#807 opened on Mar 14, 2025

View on GitHub
 (3 comments) (0 reactions) (1 assignee)Go (242 forks)auto 404
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)

Contributor guide