Hardcoded passwords
Detects potential security tokens or passwords in comments using entropy analysis and regular expressions.
This inspection utilizes entropy analysis and regular expressions to scan the codebase for strings that resemble security tokens or passwords. It highlights these findings, helping developers identify and secure potential vulnerabilities. The inspection's effectiveness relies on the patterns defined in its configuration, making it adaptable to different coding environments and requirements.
Locating this inspection
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
HardcodedPasswords- Via Settings dialog
Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.
Text after this comment will only be shown in the settings of the inspection.
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Hardcoded Passwords, 243.23126 |