Files
containerd/services
Sebastiaan van Stijn 3ebeb6d79b linting: address gosec G112/G114
GOGC=75 golangci-lint run
    services/server/server.go:320:27: G114: Use of net/http serve function that has no support for setting timeouts (gosec)
        return trapClosedConnErr(http.Serve(l, m))
                                 ^
    services/server/server.go:340:27: G114: Use of net/http serve function that has no support for setting timeouts (gosec)
        return trapClosedConnErr(http.Serve(l, m))
                                 ^
    cmd/containerd-stress/main.go:238:13: G114: Use of net/http serve function that has no support for setting timeouts (gosec)
            if err := http.ListenAndServe(c.Metrics, metrics.Handler()); err != nil {
                      ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-10-12 14:40:11 +02:00
..
2022-04-22 15:31:53 +00:00
2018-02-19 10:32:26 +09:00
2022-04-22 15:31:53 +00:00
2022-05-17 23:53:36 +08:00
2022-10-12 14:40:11 +02:00
2022-08-10 14:02:53 -07:00