turbot / steampipe-plugin-net

Use SQL to instantly query DNS records, certificates and other network information. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/net
Apache License 2.0
22 stars 5 forks source link

Add check to not entirely abort when invalid DNS entry is found #49

Closed bdd4329 closed 2 years ago

bdd4329 commented 2 years ago

Example query results

Results > echo "select domain, not_after from net_certificate where domain IN ('www.tamu.edu', 'blahblah.blah');" | steampipe query +--------------+---------------------------+ | domain | not_after | +--------------+---------------------------+ | www.tamu.edu | 2023-01-19T17:59:59-06:00 | +--------------+---------------------------+
Subhajit97 commented 2 years ago

Thanks again, @bdd4329, for raising the bug and submitting the PR to fix it! We'll release this in a new plugin version later this week.