HTTP Clients

PyNntplib

Python stdlib module — nntplib. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.

Other Methods

.decode_header()Neutral
#
Signature
decode_header(header_str)

Takes a unicode string representing a munged header value

.ArticleInfo()Neutral
#
Signature
ArticleInfo(...)

ArticleInfo(number, message_id, lines)

.GroupInfo()Neutral
#
Signature
GroupInfo(...)

GroupInfo(group, last, first, flag)

.NNTP()Neutral
#
Signature
NNTP(...)

NNTP class.

.NNTPDataError()Neutral
#
Signature
NNTPDataError(...)

Error in response data

.NNTPError()Neutral
#
Signature
NNTPError(...)

Base class for all nntplib exceptions

.NNTPPermanentError()Neutral
#
Signature
NNTPPermanentError(...)

5xx errors

.NNTPProtocolError()Neutral
#
Signature
NNTPProtocolError(...)

Response does not begin with [1-5]

.NNTPReplyError()Neutral
#
Signature
NNTPReplyError(...)

Unexpected [123]xx reply

.NNTPTemporaryError()Neutral
#
Signature
NNTPTemporaryError(...)

4xx errors

Fully-Qualified Names

FQNField
nntplibfqns[0]

Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.

Import

rule.py
import nntplib