Documentation
¶
Overview ¶
Package scanner contains AppFinger's single-target scanning engine. It is safe to share one Scanner between callers; concurrency is owned by the caller (for example xmap), not by this package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Fetcher *fetch.Fetcher
RuleProvider RuleSnapshotProvider
}
type RuleSnapshotProvider ¶ added in v1.7.1
RuleSnapshotProvider returns the current immutable rules snapshot. Implementations must not mutate a snapshot after returning it.
Click to show internal directories.
Click to hide internal directories.