types

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 30, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlertDetails

type AlertDetails struct {
	Confidence string `json:"confidence"`
	Id         string `json:"id"`
	Name       string `json:"name"`
	Param      string `json:"param"`
	Risk       string `json:"risk"`
	Url        string `json:"url"`
}

type AlertFilters

type AlertFilters struct {
	Confidence string
	Risk       string
}

type AlertsCount

type AlertsCount struct {
	High          int `json:"high"`
	Medium        int `json:"medium"`
	Low           int `json:"low"`
	Informational int `json:"informational"`
}

type ConfigBase

type ConfigBase struct {
	Env struct {
		Contexts []struct {
			Name string   `yaml:"name"`
			Urls []string `yaml:"urls"`
		}
	}
	Jobs []struct{} `yaml:"jobs"`
}

type Contexts

type Contexts []struct {
	Name string   `yaml:"name"`
	Urls []string `yaml:"urls"`
}

type Newman

type Newman struct {
	Image       string
	Container   string
	Collection  string
	Environment string
}

type RiskCount

type RiskCount struct {
	High          []int
	Medium        []int
	Low           []int
	Informational []int
}

type Zapgo

type Zapgo struct {
	ZapConfig *Zaproxy
	PmConfig  *Newman
}

type Zaproxy

type Zaproxy struct {
	Image     string
	Hostname  string
	Container string
	Network   string
	Port      string
	Options   []string
}

Jump to

Keyboard shortcuts

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