Inheritance: extends Exakat\Analyzer\Analyzer
 public function analyze()
 {
     $this->code = 'mcrypt_create_iv';
     $this->rank = 1;
     parent::analyze();
 }
Esempio n. 2
0
 public function analyze()
 {
     $this->code = 'crypt';
     $this->rank = 1;
     parent::analyze();
 }