File tree Expand file tree Collapse file tree
javascript/ql/src/Security/CWE-295 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88 <p >
99
10- Certificate validation is the standard authentication
11- method of a secure TLS connection. Without it, there is no guarantee
12- about who the other party of a TLS connection is.
10+ Certificate validation is the standard authentication method of a
11+ secure TLS connection. Without it, there is no guarantee about who the
12+ other party of a TLS connection is, enabling man-in-the-middle
13+ attacks.
1314
1415 </p >
1516
6162
6263 <references >
6364
64- <li >Wikipedia: <a href =" https://en.wikipedia.org/wiki/Transport_Layer_Security" >Transport Layer Security
65- (TLS)</a ></li >
65+ <li >Wikipedia: <a href =" https://en.wikipedia.org/wiki/Transport_Layer_Security" >Transport Layer Security (TLS)</a ></li >
66+
67+ <li >Wikipedia: <a href =" https://en.wikipedia.org/wiki/Man-in-the-middle_attack" >Man-in-the-middle attack</a ></li >
6668
6769 <li >Node.js: <a href =" https://nodejs.org/api/tls.html" >TLS (SSL)</a ></li >
6870
You can’t perform that action at this time.
0 commit comments