Go stdlib package — net/http/cookiejar. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.Jar.Cookies()NeutralJar.Cookies(u *url.URL) []*http.Cookie
Cookies implements the Cookies method of the http.CookieJar interface.
.Jar.SetCookies()NeutralJar.SetCookies(u *url.URL, cookies []*http.Cookie)
SetCookies implements the SetCookies method of the http.CookieJar interface.
.New()NeutralNew(o *Options) (*Jar, error)
New returns a new cookie jar. A nil *Options is equivalent to a zero
.Jar()Neutraltype Jar ...
Jar implements the http.CookieJar interface from the net/http package.
.PublicSuffixList()Neutraltype PublicSuffixList ...
PublicSuffixList provides the public suffix of a domain. For example:
| FQN | Field | |
|---|---|---|
| net/http/cookiejar | 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/cookiejar