Problem/Motivation
src/Plugin/migrate/source/SessionLimit.php:30 — unserialize() flagged as insecure unless allowed_classes is restricted (this deserializes D7 variable table values in the migration source plugin).
Steps to reproduce
Run phpcs
Proposed resolution
Add allowed_classes option
Comments
Comment #4
ipwa commented