Skip to content

Repository files navigation

nvd Go Report

Fast, simple library in Go to fetch CVEs from the NVD (U.S. National Vulnerability Database) feeds.

Install

go get github.com/daehee/nvd

Usage

The nvd package provides a Client for fetching CVEs from the official NVD feeds:

// nvd client with ./tmp working dirclient, err:=NewClient("tmp")
// Fetch single CVEcve, err:=client.FetchCVE("CVE-2020-14882")
// Fetch all recently published and modified CVEScves, err:=client.FetchUpdatedCVEs()

License

MIT License

About

Fast, simple library in Go to fetch CVEs from the National Vulnerability Database feeds

Topics

Resources

Stars

33 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages