Skip to content

Commit 68441bd

Browse files
authored
Merge pull request github#3987 from Marcono1234/patch-1
[Java] Improve InsecureJavaMail.qhelp references
2 parents cdea0f0 + 5942bc6 commit 68441bd

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,15 @@ credentials are sent in an SSL session without certificate validation. In the 'G
2222

2323
<references>
2424
<li>
25-
<a href="https://cwe.mitre.org/data/definitions/297.html">CWE-297</a>
26-
<a href="https://issues.apache.org/jira/browse/LOG4J2-2819">Add support for specifying an SSL configuration for SmtpAppender (CVE-2020-9488)</a>
27-
<a href="https://rules.sonarsource.com/java/tag/owasp/RSPEC-4499">SMTP SSL connection should check server identity</a>
25+
<a href="https://cwe.mitre.org/data/definitions/297.html">CWE-297</a>
26+
</li>
27+
<li>
28+
Log4j2:
29+
<a href="https://issues.apache.org/jira/browse/LOG4J2-2819">Add support for specifying an SSL configuration for SmtpAppender (CVE-2020-9488)</a>
30+
</li>
31+
<li>
32+
SonarSource rule:
33+
<a href="https://rules.sonarsource.com/java/tag/owasp/RSPEC-4499">SMTP SSL connection should check server identity</a>
2834
</li>
2935
</references>
30-
</qhelp>
36+
</qhelp>

0 commit comments

Comments
 (0)