Skip to content

Commit 26eaca0

Browse files
authored
Merge pull request #2371 from alan-turing-institute/latest
Latest
2 parents d852d70 + de563f8 commit 26eaca0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.2.1](https://github.com/alan-turing-institute/data-safe-haven/releases/tag/v5.2.1) | :white_check_mark: |
11-
| < 5.2.1 | :x: |
10+
| [5.3.0](https://github.com/alan-turing-institute/data-safe-haven/releases/tag/v5.2.1) | :white_check_mark: |
11+
| < 5.3.0 | :x: |
1212

1313
## Reporting a Vulnerability
1414

VERSIONING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ The following versions have been evaluated by third party security consultants p
9494
| [v5.0.0-rc1](https://github.com/alan-turing-institute/data-safe-haven/releases/tag/v5.0.0-rc.1) | 18 September 2023 | Penetration test evaluating ability to infiltrate/exfiltrate data from the system. Testing next codebase, using Python and Pulumi. | No major security issues identified. |
9595
| [v4.2.0](https://github.com/alan-turing-institute/data-safe-haven/releases/tag/v4.2.0) | 22 March 2024 | Penetration test evaluating ability to infiltrate/exfiltrate data from the system. Repeat tests for v4.0.0 vulnerabilities. | No major security issues identified. |
9696
| [v5.0.0](https://github.com/alan-turing-institute/data-safe-haven/releases/tag/v5.0.0) | 9 August 2024 | Penetration test evaluating ability to infiltrate/exfiltrate data from the system. | No major security issues identified. |
97+
| [v5.2.0](https://github.com/alan-turing-institute/data-safe-haven/releases/tag/v5.0.0) | 2 January 2025 | Penetration test evaluating ability to infiltrate/exfiltrate data from the system. | No security issues identified. |
9798

9899
## Questions
99100

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.2.1"
1+
__version__ = "5.3.0"
22
__version_info__ = tuple(__version__.split("."))

0 commit comments

Comments
 (0)