Standard Library

GoHTTPMux

net/http.ServeMux is the HTTP request multiplexer. Handle() and HandleFunc() register handlers — not typically a security sink but relevant for routing analysis.

Other Methods

.Handle()Neutral
#
Signature
Handle(pattern string, handler Handler)

Registers handler for pattern. Not a security sink.

.HandleFunc()Neutral
#
Signature
HandleFunc(pattern string, handler func(ResponseWriter, *Request))

Registers handler function. Not a security sink.

Fully-Qualified Names

FQNField
net/http.ServeMuxfqns[0]

Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.

Import

go.mod
// standard library — no go.mod entry required
rule.py
from codepathfinder.go_rule import GoHTTPMux