Go Sdk

Overview

Bring VulnCheck to your Go Applications

VulnCheck's Go-SDK enables faster and easier access to VulnCheck's API's when developing Go applications.

How Can I Access Go-SDK?

VulnCheck's Go-SDK is an open source project available on GitHub: https://github.com/vulncheck-oss/sdk-go

Installing the VulnCheck Go-SDK

VulnCheck go-SDK can be installed from GitHub.

Install From Github

go
go get github.com/vulncheck-oss/sdk-go

How can I learn more about how to use the Go-SDK?

VulnCheck Go-SDK Examples

Connecting to the API

Look up CVEs associated w/ a PURL

Look up CPE associated w/ a CPE

Download the backup for an index

Get all available indices

Look up a CVE in an index

Use Cursor to access results from an index

How Can I Contribute to VulnCheck's Go-SDK?

Community contributions in the form of issues and features are welcome and can be submitted on GitHub. When submitting issues, please ensure they include sufficient information to reproduce the problem. For new features, provide a reasonable use case, appropriate unit tests, and ensure compliance with required checks in our automated CI/CD pipeline without generating any complaints.