mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Fix test
This commit is contained in:
@@ -2,7 +2,9 @@ import java
|
||||
|
||||
class OnReceivedSslErrorMethod extends Method {
|
||||
OnReceivedSslErrorMethod() {
|
||||
this.hasQualifiedName("android.webkit", "WebViewClient", "onReceivedSslError")
|
||||
this.overrides*(any(Method m |
|
||||
m.hasQualifiedName("android.webkit", "WebViewClient", "onReceivedSslError")
|
||||
))
|
||||
}
|
||||
|
||||
Parameter handlerArg() { result = this.getParameter(1) }
|
||||
|
||||
Reference in New Issue
Block a user