Documentation ¶
Index ¶
Constants ¶
View Source
const ( NVD_CVE_RECENT_URL = "https://nvd.nist.gov/feeds/json/cve/1.1/nvdcve-1.1-recent.json.gz" // updated every 2 hours (default) NVD_CVE_MODIFIED_URL = "https://nvd.nist.gov/feeds/json/cve/1.1/nvdcve-1.1-modified.json.gz" // updated every 2 hours NVD_CVE_YEAR_URL = "https://nvd.nist.gov/feeds/json/cve/1.1/nvdcve-1.1-%d.json.gz" // updated every day )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) DownloadCVEs ¶
Click to show internal directories.
Click to hide internal directories.