service

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrUnAuthorized = errorutil.New(`unauthorized: 401 (get your free api key from https://cloud.projectdiscovery.io)`)
)

Functions

This section is empty.

Types

type Cvemap

type Cvemap struct {
	BaseUrl    string
	PDCPApiKey string
	Debug      bool
}

func NewCvemap

func NewCvemap(baseUrl string, pdcpApiKey string) *Cvemap

func (*Cvemap) GetCvesByFilters

func (c *Cvemap) GetCvesByFilters(encodedParams string) (*types.CVEBulkData, error)

func (*Cvemap) GetCvesByIds

func (c *Cvemap) GetCvesByIds(cveIds []string) (*types.CVEBulkData, error)

func (*Cvemap) GetCvesBySearchString

func (c *Cvemap) GetCvesBySearchString(query string, limit, offset int) (*types.CVEBulkData, error)

func (*Cvemap) GetCvesForSpecificFields

func (c *Cvemap) GetCvesForSpecificFields(fields []string, encodedParams string, limit, offset int) (*types.CVEBulkData, error)

all the root level fields are supported

Jump to

Keyboard shortcuts

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