Go stdlib package — net/textproto. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.CanonicalMIMEHeaderKey()NeutralCanonicalMIMEHeaderKey(s string) string
CanonicalMIMEHeaderKey returns the canonical format of the
.Conn.Cmd()NeutralConn.Cmd(format string, args any) (uint, error)
Cmd is a convenience method that sends a command after
.Dial()NeutralDial(network string, addr string) (*Conn, error)
Dial connects to the given address on the given network using net.Dial
.MIMEHeader.Add()NeutralMIMEHeader.Add(key string, value string)
Add adds the key, value pair to the header.
.MIMEHeader.Del()NeutralMIMEHeader.Del(key string)
Del deletes the values associated with key.
.MIMEHeader.Get()NeutralMIMEHeader.Get(key string) string
Get gets the first value associated with the given key.
.MIMEHeader.Set()NeutralMIMEHeader.Set(key string, value string)
Set sets the header entries associated with key to
.MIMEHeader.Values()NeutralMIMEHeader.Values(key string) []string
Values returns all values associated with the given key.
| FQN | Field | |
|---|---|---|
| net/textproto | 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/textproto