Skip to content

Commit 180c802

Browse files
Merge branch 'feature/PB-46281_13-Prepare-API-code' into 'release'
PB-46281 v5.6.1 See merge request passbolt/passbolt-ce-api!461
2 parents e1b2b94 + e979ed3 commit 180c802

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [5.6.1] - 2025-11-04
6+
### Security
7+
- PB-45919 Fix security issue in query generation for CakePHP
8+
59
## [5.6.1-test.1] - 2025-11-03
610
### Security
711
- PB-45919 Fix security issue in query generation for CakePHP

RELEASE_NOTES.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
Release song: TBD
1+
Release song: https://youtu.be/SUu9aEoQOL8
22

3-
TBD
3+
Passbolt 5.6.1 addresses a security issue identified in the underlying CakePHP framework.
4+
The issue has been fully mitigated through a framework update.
5+
All administrators are advised to update to this version to maintain a secure environment.
46

5-
## [5.6.1-test.1] - 2025-11-03
7+
## [5.6.1] - 2025-11-04
68
### Security
79
- PB-45919 Fix security issue in query generation for CakePHP

config/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
return [
33
'passbolt' => [
4-
'version' => '5.6.1-test.1',
5-
'name' => 'TBD',
4+
'version' => '5.6.1',
5+
'name' => 'Camillo',
66
],
77
'php' => [
88
'minVersion' => '8.2',

0 commit comments

Comments
 (0)