firecracker-microvm/firecracker-containerd

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

Offen

#807 geöffnet am 14.03.2025

 (3 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Go (242 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (2.876 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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