package
Version:
v0.0.0-...-cd20b3e
Opens a new window with list of versions in this module.
Published: Nov 22, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CVE struct {
ID string `json:"id,omitempty"`
EPSS float64 `json:"epss,omitempty"`
Percentile *float64 `json:"percentile,omitempty"`
}
type EPSS struct {
Model string `json:"model,omitempty"`
ScoreDate string `json:"score_date,omitempty"`
Data []CVE `json:"data,omitempty"`
}
type Option interface {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.