v1.66.2: Fix timing attack vulnerability & Dark Theme Improvements
:memo: What’s Changed
- Fix header text invisible on dark themes (#4120) Thanks @limehawk!
- Fix timing attack vulnerability in passphrase comparison (#4121) @pglombardo
:arrow_up: Dependencies updates
- :arrow_up: Bump aws-partitions from 1.1207.0 to 1.1208.0 (#4141) @dependabot[bot]
- :arrow_up: Bump puma from 7.1.0 to 7.2.0 (#4140) @dependabot[bot]
- :arrow_up: Bump sass-embedded from 1.97.2 to 1.97.3 (#4139) @dependabot[bot]
- :arrow_up: Bump aws-partitions from 1.1206.0 to 1.1207.0 (#4136) @dependabot[bot]
- :arrow_up: Bump pagy from 43.2.6 to 43.2.7 (#4135) @dependabot[bot]
- Bump @hotwired/turbo from 8.0.20 to 8.0.21 (#4134) @dependabot[bot]
- :arrow_up: Bump kramdown from 2.5.1 to 2.5.2 (#4133) @dependabot[bot]
- :arrow_up: Bump google-apis-storage_v1 from 0.58.0 to 0.59.0 (#4126) @dependabot[bot]
- :arrow_up: Bump turbo-rails from 2.0.20 to 2.0.21 (#4131) @dependabot[bot]
- :arrow_up: Bump aws-sdk-kms from 1.120.0 to 1.121.0 (#4130) @dependabot[bot]
- :arrow_up: Bump listen from 3.9.0 to 3.10.0 (#4129) @dependabot[bot]
- :arrow_up: Bump selenium-webdriver from 4.39.0 to 4.40.0 (#4128) @dependabot[bot]
- :arrow_up: Bump pagy from 43.2.4 to 43.2.6 (#4124) @dependabot[bot]
- :arrow_up: Bump azure-blob from 0.7.0 to 0.8.0 (#4125) @dependabot[bot]
- :arrow_up: Bump aws-sdk-s3 from 1.211.0 to 1.212.0 (#4123) @dependabot[bot]
- :arrow_up: Bump aws-sdk-core from 3.241.3 to 3.241.4 (#4122) @dependabot[bot]
- :arrow_up: Bump parser from 3.3.10.0 to 3.3.10.1 (#4114) @dependabot[bot]
:busts_in_silhouette: List of contributors
@dependabot[bot], @limehawk, @pglombardo and dependabot[bot]
:motor_boat: Docker Images
Available on Docker Hub: https://hub.docker.com/r/pglombardo/pwpush
:running_man: Run This Version
→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:
docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`
and browse to https://pwpush.example.com.
or alternatively
→ Use one of our production ready Docker Compose files with persistent databases.