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?