steampipe-plugin-net icon indicating copy to clipboard operation
steampipe-plugin-net copied to clipboard

Use SQL to instantly query DNS records, certificates and other network information. Open source CLI. No DB required.

Results 8 steampipe-plugin-net issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

stale
dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

stale
dependencies

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.2 to 1.58.3. Release notes Sourced from google.golang.org/grpc's releases. Release 1.58.3 Security server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487) In addition to this...

stale
dependencies

Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.50 to 1.1.57. Commits 836bea2 Release 1.1.57 257e89e feat: add support for ReuseAddr (#1510) 3d593a6 Swap closing order in inAxfr and inIxfr (#1511) 5d3f81b Remove slurpRemainder TODO...

stale
dependencies

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.16.0. Commits 325b735 ssh/test: skip TestSSHCLIAuth on Windows 1eadac5 go.mod: update golang.org/x dependencies b2d7c26 ssh: add (*Client).DialContext method 1c17e20 ssh: fix certificate authentication with OpenSSH...

stale
dependencies

From [this thread](https://steampipe.slack.com/archives/C01UECB59A7/p1679679508408119), an example like this would be good on the net_http_request table: ``` The trick is to cast the response into JSONB . For example: > select response_body::jsonb...

documentation
enhancement
good first issue

**Describe the bug** The `net_tls_connection` connection table can possibly have incorrect values for `cipher_suite_name` when connecting via TLS 1.3. [Looking at the code](https://github.com/turbot/steampipe-plugin-net/blob/6ece52720dc7cf17a6f2068180809ee9c49d3365/net/table_net_tls_connection.go#L103), it is returning the requested cipher suite,...

bug