Replace extract?

0

By analyzing an application with the RIPS tool, I found that the main menu portion uses these functions below and is extremely vulnerable:

extract( $_POST );
extract( $_GET );
extract( $_SESSION );

What is the best way to replace these functions above without interfering with the application?

    
asked by anonymous 27.07.2016 / 15:51

0 answers