We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf0877c + 60b3dbd commit d34e748Copy full SHA for d34e748
java/ql/src/experimental/Security/CWE/CWE-555/CredentialsInPropertiesFile.ql
@@ -2,6 +2,8 @@
2
* @name Cleartext Credentials in Properties File
3
* @description Finds cleartext credentials in Java properties files.
4
* @kind problem
5
+ * @problem.severity warning
6
+ * @precision high
7
* @id java/credentials-in-properties
8
* @tags security
9
* external/cwe/cwe-555
0 commit comments