Go stdlib package — net/http/cgi. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.Handler.ServeHTTP()NeutralHandler.ServeHTTP(rw http.ResponseWriter, req *http.Request)
Handler.ServeHTTP function.
.Request()NeutralRequest() (*http.Request, error)
Request returns the HTTP request as represented in the current
.RequestFromMap()NeutralRequestFromMap(params map[string]string) (*http.Request, error)
RequestFromMap creates an http.Request from CGI variables.
.Serve()NeutralServe(handler http.Handler) error
Serve executes the provided Handler on the currently active CGI
.Handler()Neutraltype Handler ...
Handler runs an executable in a subprocess with a CGI environment.
| FQN | Field | |
|---|---|---|
| net/http/cgi | 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/cgi