falcon

package
v1.13.1 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2022 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
	TimestampFound string
	Mitigations    []string
}

Jump to

Keyboard shortcuts

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