Changelog
1.0.2
Fixed a resource leak in the exec retry loop: response bodies were closed immediately inline per attempt, then briefly changed to defer, which — being scoped to the whole retry loop instead of each attempt — left prior attempts' connections open until all retries finished. Refactored so each attempt closes its own response body via defer as soon as that attempt completes.
1.0.1
Resolved govulncheck and other vulnerability scan findings.
1.0.0
Initial release. Cisco ASA data source: 44 read-only show commands over the ASA HTTP(S) exec interface across System Health, Network & Connectivity, and Security & Threat categories, with 5 bundled dashboards.