go-graphite / carbonapi

Profiling endpoint automatically exposed on /debug/pprof GO-S2108
Security
Major
5 months ago2 years old
Profiling endpoint is automatically exposed on /debug/pprof
  2
  3import (
  4	"context"
  5	_ "net/http/pprof"  6	"time"
  7
  8	"github.com/ansel1/merry"
Profiling endpoint is automatically exposed on /debug/pprof
  3import (
  4	"context"
  5	"math"
  6	_ "net/http/pprof"  7
  8	"github.com/ansel1/merry"
  9	"github.com/go-graphite/carbonapi/zipper/types"