Go stdlib package — net/http/pprof. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.Cmdline()NeutralCmdline(w http.ResponseWriter, r *http.Request)
Cmdline responds with the running program's
.Handler()NeutralHandler(name string) http.Handler
Handler returns an HTTP handler that serves the named profile.
.Index()NeutralIndex(w http.ResponseWriter, r *http.Request)
Index responds with the pprof-formatted profile named by the request.
.Profile()NeutralProfile(w http.ResponseWriter, r *http.Request)
Profile responds with the pprof-formatted cpu profile.
.Symbol()NeutralSymbol(w http.ResponseWriter, r *http.Request)
Symbol looks up the program counters listed in the request,
.Trace()NeutralTrace(w http.ResponseWriter, r *http.Request)
Trace responds with the execution trace in binary form.
| FQN | Field | |
|---|---|---|
| net/http/pprof | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
// standard library — no go.mod entry required
from codepathfinder.go_rule import ... # net/http/pprof