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 Extra parameters that are not processed by the application can be abused by attackers to probe for vulnerabilities, bypass business logic, or trigger unintended behavior in backend systems. All input should be validated even if not currently used.