Skip to content

Commit 380dcb8

Browse files
Merge pull request #2477 from alan-turing-institute/release-v5.5.1
Release v5.5.1
2 parents 7f07e94 + bd04bfc commit 380dcb8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ All organisations using an earlier version in production should update to the la
77

88
| Version | Supported |
99
| ------------------------------------------------------------------------------------- | ------------------ |
10-
| [5.5.0](https://github.com/alan-turing-institute/data-safe-haven/releases/tag/v5.5.0) | :white_check_mark: |
11-
| < 5.5.0 | :x: |
10+
| [5.5.1](https://github.com/alan-turing-institute/data-safe-haven/releases/tag/v5.5.0) | :white_check_mark: |
11+
| < 5.5.1 | :x: |
1212

1313
## Reporting a Vulnerability
1414

VERSIONING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Additionally, a production instance of DSH is maintained for use by research pro
8484
| 2025 | [v5.4.0](https://github.com/alan-turing-institute/data-safe-haven/releases/tag/v5.4.0) |
8585
| 2025 | [v5.4.1](https://github.com/alan-turing-institute/data-safe-haven/releases/tag/v5.4.1) |
8686
| 2025 | [v5.5.0](https://github.com/alan-turing-institute/data-safe-haven/releases/tag/v5.5.0) |
87+
| 2025 | [v5.5.1](https://github.com/alan-turing-institute/data-safe-haven/releases/tag/v5.5.1) |
8788

8889
## Versions that have undergone formal security evaluation
8990

data_safe_haven/resources/workspace/ansible/files/etc/clamav/clamd.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Path to a local socket file the daemon will listen on.
2-
LocalSocket /tmp/clamd.socket
2+
LocalSocket /run/clamav/clamd.ctl
33
# Sets the permissions on the unix socket to the specified mode.
44
LocalSocketMode 660
55
# Prevent access to infected files for normal users

data_safe_haven/resources/workspace/ansible/files/etc/systemd/system/clamav-clamonacc.service

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ After=clamav-daemon.service syslog.target network.target
66
[Service]
77
Type=simple
88
User=root
9-
ExecStartPre=/bin/bash -c "while [ ! -S /tmp/clamd.socket ]; do sleep 1; done"
109
ExecStart=/usr/sbin/clamonacc --foreground=true
1110
Restart=on-failure
1211
RestartSec=30

data_safe_haven/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "5.5.0"
1+
__version__ = "5.5.1"
22
__version_info__ = tuple(__version__.split("."))

0 commit comments

Comments
 (0)