Skip to content

Releases: warp-tech/warpgate

v0.7.1

17 Mar 09:46
9a0d818
Compare
Choose a tag to compare

Security fixes

CVE-2023-28113 [6b3b49a]

A malicious client or target could negotiate insecure Diffie-Hellman key exchange parameters in way that leads to an insecure shared secret and breaks confidentiality of traffic (for their own connection only).

Commits

  • 1ad08dc: fixed #496 - enabled support for all databases in Github builds
  • 399f811: fixed RSA auth with signature algorithm mismatch

v0.7.0

22 Nov 00:32
82a2444
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Changes

Minimum required glibc version on Linux is now 2.18

Fixes

  • fffd799: fixed #406 - Apple ID SSO not working - ⚠️ note the config layout changes
  • 9714570: SSH: fixed #477 - send ssh-rsa hostkey in addition to rsa-sha* - fixes Termius support on iOS
  • SSH: correctly report channel open failures to client
  • d90abcf: SSH: fixed missing CHANNEL_CLOSE messages - #459

v0.6.5

16 Nov 10:31
2040e92
Compare
Choose a tag to compare
v0.6.5 Pre-release
Pre-release

Changes

  • f967609: Added unattended setup command (warpgate unattended-setup) - fixes #409
  • 7066dd5: Added password recovery command (warpgate recover-access) - fixes #410
  • Added option to forward username to SSH targets as-is #445 (Alex Donec)
  • Removed the 1 second auth delay on SSH - #459 (Eugene Pankov)
  • c236da5: Added support for MySQL and PostgreSQL as database storage (database_url config option) - fixed #452

UI improvements

  • 67866fe: added visual feedback to save buttons
  • fd993c4: autofocus the OTP field - fixes #386
  • 5bdddd3: allow cancelling authentication

Fixes

v0.6.4

27 Sep 07:00
47152bc
Compare
Choose a tag to compare
v0.6.4 Pre-release
Pre-release

Changes

  • 773bf19: added missing channel success messages - fixes #349, fixes #364 - Termius, WinSCP and FileZilla compatibility
  • deab505: fixed #353 - auto-enable auth policy when adding an OTP after a password or a public key
  • 04e5ecf: #353 - forbid HTTP caching for API endpoints

v0.6.3

20 Sep 07:10
935a5d3
Compare
Choose a tag to compare
v0.6.3 Pre-release
Pre-release

Changes

  • 410e445: fixed login redirect not working during OOB auth
  • a0fea63: auto-close OOB auth window when done
  • 3157077: fixed #350 - deleting targets/users with assigned roles from the UI
  • 6355c59: fixed #346 - policy editor incorrectly adding OOB auth for HTTP protocol

v0.6.2

15 Sep 08:18
13e9ec7
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release

Changes

v0.6.1

13 Sep 16:49
a94fc47
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

Major updates

  • Targets, roles and users are now stored in the database instead of the config file
    • Your existing data will be automatically migrated into the database
    • To stave off the migration, set config_provider: file on the top level of your config file. File based target configuration will be removed in v0.7 however.

Changes

  • SSH: added remote port and X11 forwarding - fixes #11, fixes #12
  • SSH: record forwarded-tcpip channels
  • fixed infinite HTTP redirect when the target redirects HTTP to HTTPS (#257)
  • fixed #274 - don't pass-through the Host header
  • fixed #269 - handle spaces in example commands
  • added --debug CLI flag

v0.5.1

15 Aug 07:56
b6ba946
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Changes

v0.5.0

14 Aug 11:29
d292cca
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Major updates

Changes

  • HTTP: added X-Forwarded-* headers
  • HTTP: session cookie is now set for all subdomains
  • UI: added proper connection instructions for tickets
  • UI: added test-target CLI support for HTTP and MySQL targets
  • SSH: added support for AES-CTR ciphers, and diffie-hellman exchanges
  • Sessions will be automatically killed if you revoke access by editing the config file
  • Fixed scp not triggering target connection

v0.4.1

01 Aug 06:57
92ad43e
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
  • fixed RSA public keys not getting accepted