Home / Vulnerability Database / Kotlin : Debug code
Kotlin
Kotlin : Debug code
Classification
Overview
The application contains debugging code. It can contain undocumented entry points.
Implementation of undocumented “backdoors” for testing and correcting errors is a common practice in the application development. This code must be deleted from the final version of the application. If not, the application is vulnerable, since it permits actions not described by the documentation.
The most common example of debugging code in a web application is the main() method.
References
LOW
DerScanner Severity Score
Do you want to fix Kotlin : Debug code in your application?
See also
Kotlin
Kotlin : Missing required cryptographic step
Kotlin
Kotlin : Logging into system output
Kotlin
