Skip to content

Commit b009f16

Browse files
committed
Prepare release 4.3.1
1 parent bf0c0de commit b009f16

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
CHANGELOG
22
=========
33

4+
v4.3.1
5+
* Update xmlseclibs version requirement to 3.1.4 due [CVE-2025-66475](https://github.com/advisories/GHSA-c4cc-x928-vjw9)
6+
47
v4.3.0
58
* PHP 8.4 Compatibility via #600 and #607.
69
* [#619](https://github.com/SAML-Toolkits/php-saml/pull/619) Add Parameter checking on validateBinarySign, inspired on CVE-2025-27773

src/Saml2/version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"php-saml": {
3-
"version": "4.3.0",
4-
"released": "25/05/2025"
3+
"version": "4.3.1",
4+
"released": "09/12/2025"
55
}
66
}

0 commit comments

Comments
 (0)