Change machine-in-the-middle to man-in-the-middle

This commit is contained in:
Joe Farebrother
2022-07-22 11:11:43 +01:00
parent 04df556861
commit 79b1f24133
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
<overview>
<p>
If the <code>onReceivedSslError</code> method of an Android <code>WebViewClient</code> always calls <code>proceed</code> on the given <code>SslErrorHandler</code>, it trusts any certificate.
This allows an attacker to perform a machine-in-the-middle attack against the application, therefore breaking any security Transport Layer Security (TLS) gives.
This allows an attacker to perform a man-in-the-middle attack against the application, therefore breaking any security Transport Layer Security (TLS) gives.
</p>
<p>

View File

@@ -1,6 +1,6 @@
/**
* @name Android `WebView` that accepts all certificates
* @description Trusting all certificates allows an attacker to perform a machine-in-the-middle attack.
* @description Trusting all certificates allows an attacker to perform a man-in-the-middle attack.
* @kind problem
* @problem.severity error
* @security-severity 7.5