Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 0.1.23 (includes security update)
Bugfix: Apply ACL rules to WebSocket commands. ACL rules were not applied for WebSocket connections, this is now fixed. Upgraded: - Alpine base image was upgraded to 3.20.3 (latest) - Jansson library was upgraded to version 2.14 (latest) Testing improvements: The GitHub Actions validation job for Webdis was updated to now run on multiple different systems: - Ubuntu 20.04 - Ubuntu 22.04 - Ubuntu 23.04 - macOS 11 - macOS 12 Security: this is also a security update, fixing vulnerabilities found in the OpenSSL library, installed from Alpine Linux packages (Alpine Linus provides the base image for Webdis). For more details: https://scout.docker.com/v/CVE-2023-5363 Impact: Webdis can connect to external Webdis instances over TLS. By default, it does not use TLS to connect to Redis, but interfaces with Redis over a local connection within the Docker container. Please review whether these OpenSSL vulnerabilities affect your deployment. If you do not use TLS to connect to Redis, then you should not be affected.
- Loading branch information