- 🇭🇺Hungary huzooka Hungary 🇭🇺🇪🇺
Info yamls of test modules have different standards, look at the test modules inside core.
Theuserialize()
calls are mostly copied from core.Closing since CI does not report any issue.
FILE: /var/www/html/vb/drupal-2821827/modules/contrib/migmag/migmag_menu_link_migrate/src/MigMagMenuLinkMigrate.php
--------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------
374 | ERROR | unserialize() is insecure unless allowed classes are limited. Use a safe format like JSON or use the allowed_classes option.
--------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/vb/drupal-2821827/modules/contrib/migmag/migmag_rollbackable/src/Traits/RollbackableDataTrait.php
--------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------
121 | ERROR | unserialize() is insecure unless allowed classes are limited. Use a safe format like JSON or use the allowed_classes option.
--------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/vb/drupal-2821827/modules/contrib/migmag/migmag_process/tests/modules/migmag_target_bundle_test/migmag_target_bundle_test.info.yml
------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------------------------------------
1 | WARNING | "Description" property is missing in the info.yml file
------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/vb/drupal-2821827/modules/contrib/migmag/migmag_process/tests/modules/migmag_lookup_test_migrations/migmag_lookup_test_migrations.info.yml
--------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------------
1 | WARNING | "Description" property is missing in the info.yml file
--------------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/vb/drupal-2821827/modules/contrib/migmag/tests/src/Traits/MigMagMigrationTestDatabaseTrait.php
-------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------------------
98 | ERROR | unserialize() is insecure unless allowed classes are limited. Use a safe format like JSON or use the allowed_classes option.
-------------------------------------------------------------------------------------------------------------------------------------------
Time: 2.84 secs; Memory: 18MB
Closed: won't fix
1.8
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Info yamls of test modules have different standards, look at the test modules inside core.
The userialize()
calls are mostly copied from core.
Closing since CI does not report any issue.