Skip to content

v1.4.0

Choose a tag to compare

@divmain divmain released this 16 Dec 22:51
Immutable release. Only release title and notes can be modified.
0025141

Socket Firewall v1.4.0

Binary releases for Socket Firewall.

Downloads

Choose the binary for your platform:

  • sfw-linux-x86_64 - Linux (Intel/AMD)
  • sfw-linux-arm64 - Linux (Arm64)
  • sfw-musl-linux-x86_64 - Linux musl (Intel/AMD)
  • sfw-musl-linux-arm64 - Linux musl (Arm64)
  • sfw-macos-x86_64 - macOS (Intel)
  • sfw-macos-arm64 - macOS (Apple Silicon)
  • sfw-windows-x86_64.exe - Windows

Installation

  1. Download the appropriate binary for your platform
  2. Make it executable: chmod +x sfw-* (Linux/macOS)
  3. Move to your PATH or run directly

Changelog

Features

  • allowlist traffic to/from static.rust-lang.org (18d82fb)
  • add SFW_REPORT_MESSAGE config for custom enterprise reports (2009053)
  • improved reporting detailed block reasons, remediation guidance, blocked hostnames (a7dd507)

Bug Fixes

  • url parsing for artifactory npm tarballs (#59) (b98cc6f)
  • unhelpful error message upon network failure when validating Socket API key (#52) (9a67989)

Other

  • Documentation updates