Skip to content

Commit 5a0183f

Browse files
committed
update java/password-in-configuration to match csharp
1 parent 151529d commit 5a0183f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/ql/src/experimental/Security/CWE/CWE-555/PasswordInConfigurationFile.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ where
4848
)
4949
or
5050
hasEmbeddedPassword(nameAttr.getValue().trim()) // Attribute value matches password pattern
51-
select nameAttr, "Plaintext password in configuration file."
51+
select nameAttr, "Avoid plaintext passwords in configuration files."

0 commit comments

Comments
 (0)