Standard Library

GoCryptoMd5

Go stdlib package — crypto/md5. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.

Other Methods

.New()Neutral
#
Signature
New() hash.Hash

New returns a new hash.Hash computing the MD5 checksum. The Hash also

.Sum()Neutral
#
Signature
Sum(data []byte) [Size]byte

Sum returns the MD5 checksum of the data.

.Data()Neutral
#
Signature
type Data ...

Data type.

Fully-Qualified Names

FQNField
crypto/md5fqns[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 ...  # crypto/md5