File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
java/ql/src/Security/CWE/CWE-273 Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 23
23
<li >
24
24
<a href =" https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05g-Testing-Network-Communication.md" >Testing Endpoint Identify Verification (MSTG-NETWORK-3)</a >
25
25
</li >
26
+ <li >
27
+ <a href =" https://docs.oracle.com/en/java/javase/11/docs/api/java.base/javax/net/ssl/SSLParameters.html#setEndpointIdentificationAlgorithm(java.lang.String)" >SSLParameters.setEndpointIdentificationAlgorithm documentation</a >
28
+ </li >
29
+ <li >
30
+ RabbitMQ:
31
+ <a href =" https://rabbitmq.github.io/rabbitmq-java-client/api/current/com/rabbitmq/client/ConnectionFactory.html#enableHostnameVerification()" >ConnectionFactory.enableHostnameVerification documentation</a >
32
+ </li >
33
+ <li >
34
+ RabbitMQ:
35
+ <a href =" https://www.rabbitmq.com/ssl.html#java-client" >Using TLS in the Java Client</a >
36
+ </li >
26
37
<li >
27
38
<a href =" https://github.com/advisories/GHSA-xvch-r4wf-h8w9" >CVE-2018-17187: Apache Qpid Proton-J transport issue with hostname verification</a >
28
39
</li >
You can’t perform that action at this time.
0 commit comments