Go stdlib package — net/rpc/jsonrpc. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.Dial()NeutralDial(network string, address string) (*rpc.Client, error)
Dial connects to a JSON-RPC server at the specified network address.
.NewClient()NeutralNewClient(conn io.ReadWriteCloser) *rpc.Client
NewClient returns a new rpc.Client to handle requests to the
.NewClientCodec()NeutralNewClientCodec(conn io.ReadWriteCloser) rpc.ClientCodec
NewClientCodec returns a new rpc.ClientCodec using JSON-RPC on conn.
.NewServerCodec()NeutralNewServerCodec(conn io.ReadWriteCloser) rpc.ServerCodec
NewServerCodec returns a new rpc.ServerCodec using JSON-RPC on conn.
.ServeConn()NeutralServeConn(conn io.ReadWriteCloser)
ServeConn runs the JSON-RPC server on a single connection.
| FQN | Field | |
|---|---|---|
| net/rpc/jsonrpc | 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/rpc/jsonrpc