
Research
/Security News
Shai Hulud Strikes Again (v2)
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.
github.com/mwitkow/go-http-dialer
Advanced tools
A net.Dialer drop-in that establishes the TCP connection over an HTTP CONNECT Tunnel.
Some enterprises have fairly restrictive networking environments. They typically operate HTTP forward proxies that require user authentication. These proxies usually allow HTTPS (TCP to :443) to pass through the proxy using the CONNECT method. The CONNECT method is basically a HTTP-negotiated "end-to-end" TCP stream... which is exactly what net.Conn is :)
Because if you want to call gRPC services which are exposed publicly over :443 TLS over an HTTP proxy, you can't.
Also, this allows you to call any TCP service over HTTP CONNECT... if your proxy allows you to ÂŻ\(ă)/ÂŻ
http://proxy.example.com:3128https://proxy.example.com)Proxy-Authenticate, with challenge-response semanticsBasic authRemoteAddr remappinggo-http-dialer is released under the Apache 2.0 license. See the LICENSE file for details.
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.