Multiple choice technology security Extra parameters which are currently not used in the application Is necessary to check some functionalities during the testing and production support May lead to security breaches Do not consume significant bandwidth and so can be allowed in the application Is necessary in case the application needs a future addition Reveal answer Fill a bubble to check yourself B Correct answer Explanation Unused or extra parameters can expose hidden functionality, create unexpected code paths, or lead to parameter pollution attacks. They should be rejected or validated rather than ignored.