Fix typos

This commit is contained in:
Joe Farebrother
2022-06-29 13:57:51 +01:00
parent 03c2a0e818
commit abf894a64c
4 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ An attack might look like this:
<recommendation>
<p>
Do not use a call <code>SslerrorHandler.proceed</code> unconditonally.
Do not use a call <code>SslerrorHandler.proceed</code> unconditionally.
If you have to use a self-signed certificate, only accept that certificate, not all certificates.
</p>

View File

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