logo

171 Remove commented-out code


Summary

The source code must not contain commented-out code when it is deployed to the production environment.


Description

Commented-out code often represents pieces of logic or functionality that is incomplete or used for testing purposes. Leaving such code in the source can lead to the accidental use of outdated or obsolete code by developers. This code may contain security vulnerabilities, deprecated functions, or sensitive information that should not be present in the production environment. When this type of code is present increases the risk of exposing security weaknesses to potential attackers.


Supported In

Advanced: True


References


Last updated

2024/02/09