cnvd

package module
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2020 License: MIT Imports: 15 Imported by: 0

README

cnvd

Scrape CNVDs from China National Vulnerability Database

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CNToEN

func CNToEN(src string) (dst string, err error)

Types

type Vuln

type Vuln struct {
	URL         string `json:"url"`
	Title       string `json:"title"`
	ID          string `json:"cnvd_id"`
	Date        string `json:"publishedDate"`
	Hazard      string `json:"hazard"`
	Product     string `json:"product"`
	Description string `json:"description"`
	Types       string `json:"types"`
	Reference   string `json:"reference"`
	Attachment  string `json:"attachment"`
}

func CrawlCNVD

func CrawlCNVD() ([]Vuln, error)

Jump to

Keyboard shortcuts

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