service

package
v2.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	BaseUrl         = env.GetEnvOrDefault("VULNX_API_URL", "https://cve.projectdiscovery.io/api/v1")
	ErrUnAuthorized = errorutil.New(`unauthorized: 401 (get your free api key from https://cloud.projectdiscovery.io)`)
)

Functions

This section is empty.

Types

type Options

type Options struct {
	// ApiKey is the api key for the vulnx api
	ApiKey string
	// RetryableHttpOptions contains options for the http client (optional)
	RetryableHttpOptions *retryablehttp.Options
	// HttpClient is the http client to use (optional)
	HttpClient *http.Client
	// Debug is a flag that enables debugging output
	Debug bool
}

type Vulnx

type Vulnx struct {
	// contains filtered or unexported fields
}

func NewVulnx

func NewVulnx(opts *Options) (*Vulnx, error)

func (*Vulnx) GetCvesByFilters

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

func (*Vulnx) GetCvesByIds

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

func (*Vulnx) GetCvesBySearchString

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

func (*Vulnx) GetCvesForSpecificFields

func (c *Vulnx) 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