Don't ignore security. It is important. Check the sixty-eighth question of full-stack dev quiz, if you know what Unchecked_Input_for_Loop_Condition vulnerability is.
How Unchecked_Input_for_Loop_Condition security vulnerability can be mitigated?
Choose the best answer.
- Implementing robust input validation
- Ignoring user inputs in loop conditions
- Enhancing code readability
- Increasing the loop iteration limit
- Using a more complex loop structure
For the correct answer scroll down
.
.
.
.
.
.
The correct answer is: a. If you want to read more, check the Fix for Unchecked_Input_for_Loop_Condition reported by Checkmarx article.