Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Revision string
Revision of Git
View Source
var Version = "`make build` or `make install` will show the version"
Version of Gost
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Redhat map[string]RedhatWatchCve `toml:"redhat"`
EMail SMTPConf
Slack SlackConf
}
Config for register and notify command
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"`
}
RedhatWatchCve for watch redhat cve
Click to show internal directories.
Click to hide internal directories.