falcon

package
v1.9.0 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2021 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetMessages

func GetMessages(config *config.Config, ctx context.Context) (results map[string]FalconResult, err error)

Types

type FalconResult

type FalconResult struct {
	Email   string
	Devices []UserDevice
}

type UserDevice

type UserDevice struct {
	MachineName string
	Tags        []string
	Findings    []UserDeviceFinding
}

type UserDeviceFinding

type UserDeviceFinding struct {
	ProductName         string
	CveID               string
	CveSeverity         string
	MitigationAvailable bool
	TimestampFound      string
}

Jump to

Keyboard shortcuts

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