magento / marketplace-eqp

Magento 1.x Coding Standard
http://docs.magento.com/marketplace/user_guide/Resources/pdf/Extension_Quality_Program_Overview.pdf
MIT License
224 stars 68 forks source link

REPO-317: [EQP] Add insecure functions sniff with severity 10 for M1 packages #115

Closed slitviachenko closed 5 years ago

slitviachenko commented 5 years ago
roerlemans commented 5 years ago

Why can't we use serialize and unserialize? Magento1 core is full with these functions. Would be better if we are allowed to use those 2 Methods.

Samen with mt_rand, random_int isn't a good alternative for that. It's a PHP7 function.