cwe

package
v0.0.0-...-2d3fa75 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2018 License: Apache-2.0 Imports: 7 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Weakness

type Weakness struct {
	ID                  string `xml:"ID,attr"`
	Name                string `xml:"Name,attr"`
	Description         string `xml:"Description"`
	ExtendedDescription string `xml:"Extended_Description"`
}

Weakness has CWE weakness item

type WeaknessCatalog

type WeaknessCatalog struct {
	Weaknesses []Weakness `xml:"Weaknesses>Weakness"`
}

WeaknessCatalog has cwe items http://cwe.mitre.org/data/index.html

func FetchCWE

func FetchCWE(httpProxy string) (cwes WeaknessCatalog, err error)

FetchCWE fetches CWE archive

Jump to

Keyboard shortcuts

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