bulletin

package
v0.0.0-...-bef7b93 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Fetch

func Fetch(opts ...Option) error

Types

type Bulletin

type Bulletin struct {
	DatePosted        string `xlsx:"0" json:"date_posted,omitempty"`
	BulletinID        string `xlsx:"1" json:"bulletin_id,omitempty"`
	BulletinKB        string `xlsx:"2" json:"bulletin_kb,omitempty"`
	BulletinSeverity  string `xlsx:"3" json:"bulletin_severity,omitempty"`
	BulletinImpact    string `xlsx:"4" json:"bulletin_impact,omitempty"`
	Title             string `xlsx:"5" json:"title,omitempty"`
	AffectedProduct   string `xlsx:"6" json:"affected_product,omitempty"`
	ComponentKB       string `xlsx:"7" json:"component_kb,omitempty"`
	AffectedComponent string `xlsx:"8" json:"affected_component,omitempty"`
	Impact            string `xlsx:"9" json:"impact,omitempty"`
	Severity          string `xlsx:"10" json:"severity,omitempty"`
	Reboot            string `xlsx:"12" json:"reboot,omitempty"`
	CVEs              string `xlsx:"13" json:"cves,omitempty"`
}

type Option

type Option interface {
	// contains filtered or unexported methods
}

func WithDataURLs

func WithDataURLs(urls []string) Option

func WithDir

func WithDir(dir string) Option

func WithRetry

func WithRetry(retry int) Option

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL