falcon

package
v1.23.0 Latest Latest
Warning

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

Go to latest
Published: May 27, 2024 License: MIT Imports: 15 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, usersWithSensors []string, securityErrors []error, err error)

Types

type FalconResult

type FalconResult struct {
	Email   string
	Devices []UserDevice
}

type UserDevice

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

type UserDeviceFinding

type UserDeviceFinding struct {
	FixedVersion   string
	ProductName    string
	CveID          string
	CveSeverity    string
	TimestampFound string
	DaysOpen       uint
	Mitigations    []string
}

Jump to

Keyboard shortcuts

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