dictionary

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EcosystemNPM            = "npm"
	EcosystemRubyGems       = "rubygems"
	EcosystemPyPI           = "pypi"
	EcosystemPHPPear        = "php_pear"
	EcosystemPHPPecl        = "php_pecl"
	EcosystemPHPComposer    = "php_composer"
	EcosystemJenkinsPlugins = "jenkins_plugins"
	EcosystemRustCrates     = "rust_crates"
	EcosystemGoModules      = "go_modules"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Indexed

type Indexed struct {
	EcosystemPackages map[string]Packages `json:"ecosystems"`
}

type Packages

type Packages map[string]*Set

type Set added in v1.3.0

type Set struct {
	*strset.Set
}

func NewSet added in v1.3.0

func NewSet(ts ...string) *Set

func (*Set) MarshalJSON added in v1.3.0

func (s *Set) MarshalJSON() ([]byte, error)

func (*Set) UnmarshalJSON added in v1.3.0

func (s *Set) UnmarshalJSON(data []byte) error

Directories

Path Synopsis
This program downloads the latest CPE dictionary from NIST and processes it into a JSON file that can be embedded into Syft for more accurate CPE results.
This program downloads the latest CPE dictionary from NIST and processes it into a JSON file that can be embedded into Syft for more accurate CPE results.

Jump to

Keyboard shortcuts

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