@groovy.transform.CompileStatic class NvdExtension extends java.lang.Object
| Type | Name and description |
|---|---|
java.lang.String |
apiKeyThe API Key to access the NVD API; obtained from https://nvd.nist.gov/developers/request-an-api-key. |
java.lang.String |
datafeedPasswordCredentials used for basic authentication for the NVD API Data feed. |
java.lang.String |
datafeedUrlThe URL for the NVD API Data feed that can be generated using https://github.com/jeremylong/Open-Vulnerability-Project/tree/main/vulnz#caching-the-nvd-cve-data. |
java.lang.String |
datafeedUserCredentials used for basic authentication for the NVD API Data feed. |
java.lang.Integer |
delayThe number of milliseconds to wait between calls to the NVD API. |
java.lang.String |
endpointThe NVD API endpoint URL; configuring this is uncommon. |
java.lang.Integer |
maxRetryCountThe maximum number of retry requests for a single call to the NVD API. |
java.lang.Integer |
validForHoursThe number of hours to wait before checking for new updates from the NVD. |
| Constructor and description |
|---|
NvdExtension
() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The API Key to access the NVD API; obtained from https://nvd.nist.gov/developers/request-an-api-key.
Credentials used for basic authentication for the NVD API Data feed.
The URL for the NVD API Data feed that can be generated using https://github.com/jeremylong/Open-Vulnerability-Project/tree/main/vulnz#caching-the-nvd-cve-data.
Credentials used for basic authentication for the NVD API Data feed.
The number of milliseconds to wait between calls to the NVD API.
The NVD API endpoint URL; configuring this is uncommon.
The maximum number of retry requests for a single call to the NVD API.
The number of hours to wait before checking for new updates from the NVD. The default is 4 hours.
Groovy Documentation