The poplib module. POP3() is plaintext; POP3_SSL encrypts. Plaintext POP3 is a credential-over-plaintext finding.
.POP3_SSL().POP3().POP3_SSL()Sanitizerpoplib.POP3_SSL(host, port=995, keyfile=None, certfile=None, timeout=..., context=None) -> POP3_SSL
POP3 over TLS. Safe.
return| FQN | Field | |
|---|---|---|
| poplib | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
from codepathfinder.go_rule import PyPoplib