This repository was archived by the owner on Sep 20, 2024. It is now read-only.
Releases: vulncheck-oss/sdk
Releases · vulncheck-oss/sdk
v1.6.2
v1.6.1
What's Changed
- Issue #41 - Add support for ipintel kind query parameter by @tcampbPPU in #43
- Bump OpenAPI for JVN Indices by @tcampbPPU in #45
Full Changelog: v1.6.0...v1.6.1
v1.6.0
v1.5.1
What's Changed
- Adds back param to tags and pdns by @tcampbPPU in #38
data, err := client.GetTag("vulncheck-c2")
// or
data, err := client.GetPdns("vulncheck-c2")Full Changelog: v1.5.0...v1.5.1
v1.5.0
v1.4.1
What's Changed
- Refactor GetTag function to remove unused parameter and update API endpoint by @tcampbPPU in #36
using the.GetTag()method you no longer need to pass in a param
Full Changelog: v1.4.0...v1.4.1
v1.4.0
v1.3.0
What's Changed
- Issue #26 - Add snort & suricata rules endpoint support by @tcampbPPU in #27
- Issue #28 - List Backups Endpoint by @tcampbPPU in #29
- Issue #30 - Add Additional Query Params for Ip Intel Index by @tcampbPPU in #31
Full Changelog: v1.2.10...v1.3.0
v1.2.10
What's Changed
- fixes #22 Missing Params for Sorting via Page, Limit, Order, etc.. by @tcampbPPU in #23
Full Changelog: v1.2.9...v1.2.10