Skip to content

Commit 60da802

Browse files
Release 5.6.0 (#224)
**Fixed** - **Security fix: Resolve CVE-2025-68129** - **Fixed deprecated `Request::get()` methods** to use explicit parameter bag methods for Symfony compatibility - **Resolved Psalm type inference error** annotation to clarify mixed type handling from query parameters
1 parent 3f1ba41 commit 60da802

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.5.0
1+
5.6.0

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22

3-
## [5.5.0](https://github.com/auth0/symfony/tree/5.4.0) (2025-10-01)
3+
## [5.6.0](https://github.com/auth0/symfony/tree/5.6.0) (2025-12-16)
4+
[Full Changelog](https://github.com/auth0/symfony/compare/5.5.0...5.6.0)
5+
6+
**Fixed**
7+
8+
- Security fix: Resolve CVE-2025-68129
9+
10+
## [5.5.0](https://github.com/auth0/symfony/tree/5.5.0) (2025-10-01)
411
[Full Changelog](https://github.com/auth0/symfony/compare/5.4.1...5.5.0)
512

613
**Fixed**

psalm.xml.dist

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
findUnusedBaselineEntry="true"
99
findUnusedCode="false"
1010
>
11-
<!-- <php>
12-
<ini name="max_execution_time" value="120"/>
13-
<ini name="memory_limit" value="512M"/>
14-
</php> -->
1511

1612
<projectFiles>
1713
<directory name="src" />

src/Service.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
final class Service implements ServiceInterface
1616
{
17-
public const VERSION = '5.5.0';
17+
public const VERSION = '5.6.0';
1818

1919
private ?Auth0 $sdk = null;
2020

0 commit comments

Comments
 (0)