Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Redhat map[string]RedhatWatchCve `toml:"redhat"` EMail SMTPConf Slack SlackConf }
type RedhatWatchCve ¶
type RedhatWatchCve struct { ThreatSeverity bool `toml:"threat_severity"` Bugzilla bool `toml:"bugzilla"` Cvss bool `toml:"cvss"` Cvss3 bool `toml:"cvss3"` Statement bool `toml:"statement"` Acknowledgement bool `toml:"acknowledgement"` Mitigation bool `toml:"mitigation"` AffectedRelease bool `toml:"affected_release"` PackageState bool `toml:"package_state"` Reference bool `toml:"reference"` Details bool `toml:"details"` }
Click to show internal directories.
Click to hide internal directories.