Skip to content

Commit b723cb1

Browse files
author
Igor Melnikov
committed
MAGETWO-62134: Create data converter that can process nested serialized data
- Correctly whitelisting classes that use Magento\Framework\Serialize\Serializer\Serialize
1 parent 0068a8b commit b723cb1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

dev/tests/static/testsuite/Magento/Test/Legacy/_files/restricted_classes.php

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,13 @@
110110
],
111111
[
112112
'type' => 'module',
113-
'name' => 'magento/sales',
114-
'path' => 'app/code/Magento/Sales/Setup/SerializedDataConverter.php'
113+
'name' => 'Magento_Sales',
114+
'path' => 'Setup/SerializedDataConverter.php'
115+
],
116+
[
117+
'type' => 'module',
118+
'name' => 'Magento_Sales',
119+
'path' => 'Test/Unit/Setup/SerializedDataConverterTest.php'
115120
],
116121
]
117122
]

0 commit comments

Comments
 (0)