🎴 Flashcard Mode

Software Testing Fundamentals

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Leaving comments in HTML source code when an application leaves the development environment

AnswerClick to flip back
A
May give the attacker valuable information to perform an exploit
💡 Explanation:

HTML comments in production code can reveal implementation details, debugging information, database structure, or security vulnerabilities to attackers. This is not secure coding practice. Comments should be removed or minimized before deployment.

Change Mode