proxy.golang.org : github.com/projectdiscovery/cvemap
Package cvemap provides a robust, idiomatic Go client for interacting with the ProjectDiscovery CVE Map (CVEMap) REST API. The client focuses on the "/v2/vulnerability" endpoints, exposing high-level helper methods that handle authentication, request construction, network-level retries, and JSON decoding so that callers can concentrate on business logic. The snippet below demonstrates a minimal, production-ready workflow. While authentication is optional, using an API key is strongly recommended to avoid rate limiting and ensure better performance: Unauthenticated requests are subject to strict rate limits. If you encounter 429 (Too Many Requests) errors, configure an API key using WithPDCPKey() or WithKeyFromEnv() to get higher rate limits and better service reliability. The client is safe for concurrent use by multiple goroutines. For complete API semantics refer to https://api.projectdiscovery.io/docs. Package cvemap provides types for the /v2/vulnerability API client.
Registry
-
Source
- Documentation
- JSON
- codemeta.json
purl: pkg:golang/github.com/projectdiscovery/cvemap
License: MIT
Latest release: 4 months ago
First release: almost 2 years ago
Namespace: github.com/projectdiscovery
Stars: 2,153 on GitHub
Forks: 157 on GitHub
Total Commits: 248
Committers: 4
Average commits per author: 62.0
Development Distribution Score (DDS): 0.085
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 26 days ago