Skip to content

Commit 9c10211

Browse files
committed
Add some links to qhelp
1 parent 2d1278e commit 9c10211

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,17 @@ credentials are sent in an SSL session without certificate validation. In the 'G
1919
</example>
2020

2121
<references>
22+
<li>
23+
Jakarta Mail:
24+
<a href="https://eclipse-ee4j.github.io/mail/docs/SSLNOTES.txt">SSL Notes</a>.
25+
</li>
26+
<li>
27+
Apache Commons:
28+
<a href="https://commons.apache.org/proper/commons-email/userguide.html#Security">Email security</a>.
29+
</li>
2230
<li>
2331
Log4j2:
24-
<a href="https://issues.apache.org/jira/browse/LOG4J2-2819">Add support for specifying an SSL configuration for SmtpAppender (CVE-2020-9488)</a>
32+
<a href="https://issues.apache.org/jira/browse/LOG4J2-2819">Add support for specifying an SSL configuration for SmtpAppender (CVE-2020-9488)</a>.
2533
</li>
2634
</references>
27-
</qhelp>
35+
</qhelp>

0 commit comments

Comments
 (0)