We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14d324 commit 8674fa4Copy full SHA for 8674fa4
dev/tests/functional/lib/Magento/Mtf/Util/Command/File/Export/Reader.php
@@ -74,7 +74,7 @@ private function getFiles()
74
$serializedFiles = $this->transport->read();
75
$this->transport->close();
76
// phpcs:ignore Magento2.Security.InsecureFunction
77
- return unserialize($serializedFiles);
+ return unserialize($serializedFiles, ['allowed_classes' => false]);
78
}
79
80
/**
0 commit comments