Multiple choice technology security

Extra parameters which are currently not used in the application

  1. Is necessary to check some functionalities during the testing and production support

  2. May lead to security breaches

  3. Do not consume significant bandwidth and so can be allowed in the application

  4. 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.