API Reference
Public types and methods exposed by epss.cr
Reference documentation for every public type in epss.cr. Each page lists the constructors, methods, and key invariants.
| Type | Purpose |
|---|---|
EPSS::Score |
One daily EPSS measurement for a single CVE |
EPSS::Band |
Qualitative bucket over score or percentile |
EPSS::Client |
HTTP client for the FIRST EPSS REST API |
EPSS::Query |
Typed query builder |
EPSS::Response |
Decoded envelope from one API call |
EPSS::CSV |
Daily CSV-feed parser |
EPSS::Error and friends |
The error hierarchy |
In This Section
Score
EPSS::Score — a single daily measurement for one CVE
Band
EPSS::Band — qualitative classification
Client
EPSS::Client — REST API client for the FIRST EPSS endpoint
Query
EPSS::Query — typed query builder for the FIRST API
Response
EPSS::Response — decoded envelope from one API call
CSV
EPSS::CSV — parser for the daily score feed
Errors
EPSS::Error and its subclasses