Documentation
¶
Overview ¶
Package nist provides functionality to fetch vulnerability data from the NIST NVD API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchVulns ¶
func FetchVulns(client *retryablehttp.Client, baseURL, version string, enterprise bool) (string, error)
FetchVulns retrieves all CVE vulnerabilities for a specific GitLab version and edition from the NIST NVD API. It automatically handles pagination if the total results exceed the page size. Accepts a retryablehttp client and base URL to allow dependency injection for testing.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.