rspec/rules/S4830/kotlin/rule.adoc

39 lines
1.0 KiB
Plaintext
Raw Normal View History

2023-06-20 13:26:14 +02:00
include::../summary.adoc[]
2023-06-20 13:26:14 +02:00
== Why is this an issue?
2023-06-20 13:26:14 +02:00
include::../rationale.adoc[]
2023-06-20 13:26:14 +02:00
include::../impact.adoc[]
2023-06-20 13:26:14 +02:00
// How to fix it section
include::how-to-fix-it/java-cryptography-extension.adoc[]
include::how-to-fix-it/android-webview.adoc[]
2023-06-20 13:26:14 +02:00
== Resources
include::../common/resources/standards-mobile.adoc[]
* CERT - https://wiki.sei.cmu.edu/confluence/display/java/MSC61-J.+Do+not+use+insecure+or+weak+cryptographic+algorithms
* Google Support - https://support.google.com/faqs/answer/7071387?hl=en[How to address WebView SSL Error Handler alerts in your apps]
* Android Documentation - https://developer.android.com/reference/android/webkit/WebViewClient?hl=en#onReceivedSslError(android.webkit.WebView,%20android.webkit.SslErrorHandler,%20android.net.http.SslError)[WebViewClient.onReceivedSslError] method
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
include::../message.adoc[]
'''
== Comments And Links
(visible only on this page)
include::../comments-and-links.adoc[]
endif::env-github,rspecator-view[]
2023-06-20 13:26:14 +02:00