mirror of
https://github.com/github/codeql.git
synced 2026-06-18 11:21:07 +02:00
Fix typos
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user