Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CVERegexp = regexp.MustCompile(`(?i:cve)[-_][0-9]{4}[-_][0-9]{4,}`)
CVERegexp is a slightly more relaxed version of the validation pattern in the NVD JSON schema: https://csrc.nist.gov/schema/nvd/feed/1.1/CVE_JSON_4.0_min_1.1.schema.
It allows for "CVE" to be case insensitive and for dashes and underscores between the different segments.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package cvss provides a cvss enricher.
|
Package cvss provides a cvss enricher. |
|
Package epss provides a epss enricher.
|
Package epss provides a epss enricher. |
|
Package kev provides a CISA Known Exploited Vulnerabilities enricher.
|
Package kev provides a CISA Known Exploited Vulnerabilities enricher. |
Click to show internal directories.
Click to hide internal directories.