Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 502e4c3

Browse files
committed
Java: Fix Qhelp
1 parent 355cb6e commit 502e4c3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ An attack would look like this:
2222
<recommendation>
2323
<p>
2424
Do not use an open <code>HostnameVerifier</code>.
25+
If you use an open verifier to solve a configuration problem with TLS/HTTPS you should solve the configuration problem instead.
2526
</p>
26-
<li>If you use an open verifier to solve a configuration problem with TLS/HTTPS you should solve the configuration problem instead.
27-
</li>
2827

2928
</recommendation>
3029

0 commit comments

Comments
 (0)