File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
javascript/ql/src/Security/CWE-295 Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
<p >
9
9
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.
13
14
14
15
</p >
15
16
61
62
62
63
<references >
63
64
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 >
66
68
67
69
<li >Node.js: <a href =" https://nodejs.org/api/tls.html" >TLS (SSL)</a ></li >
68
70
You can’t perform that action at this time.
0 commit comments