Skip to content

Commit 99aa559

Browse files
authored
Fix auto-formatting issue
1 parent cba81ee commit 99aa559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/experimental/Security/CWE/CWE-297/InsecureJavaMail.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ where
100100
isInsecureMailPropertyConfig(ma.getArgument(0))
101101
or
102102
enableTLSWithSimpleMail(ma) and hasNoCertCheckWithSimpleMail(ma.getQualifier())
103-
select ma, "Java mailing has insecure SSL configuration"
103+
select ma, "Java mailing has insecure SSL configuration"

0 commit comments

Comments
 (0)