mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +02:00
N°8017 - Security - dependabot - Symfony's VarDumper vulnerable to un… (#731)
Upgrade all Symfony components to last security fix (~6.4.0)
This commit is contained in:
@@ -11,12 +11,15 @@
|
||||
|
||||
namespace Symfony\Component\VarExporter\Internal;
|
||||
|
||||
use Symfony\Component\Serializer\Attribute\Ignore;
|
||||
|
||||
if (\PHP_VERSION_ID >= 80300) {
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
trait LazyObjectTrait
|
||||
{
|
||||
#[Ignore]
|
||||
private readonly LazyObjectState $lazyObjectState;
|
||||
}
|
||||
} else {
|
||||
@@ -25,6 +28,7 @@ if (\PHP_VERSION_ID >= 80300) {
|
||||
*/
|
||||
trait LazyObjectTrait
|
||||
{
|
||||
#[Ignore]
|
||||
private LazyObjectState $lazyObjectState;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user