rspec/rules/S6363/recommended.adoc
Egon Okerman 6b9c19eceb
Update rule S7201: Disable rule and move rule text to S6363 (SONARKT-636) (#4802)
* Close S7201

* Update S6363 with updated descriptions

* Update OWASP categories with S7201 info
2025-03-26 10:57:39 +00:00

8 lines
443 B
Plaintext

== Recommended Secure Coding Practices
Avoid opening `file://` URLs from external sources in WebView components. If your application accepts arbitrary URLs
from external sources, do not enable this functionality. Instead, utilize `androidx.webkit.WebViewAssetLoader` to access
files, including assets and resources, via `http(s)://` schemes.
For enhanced security, ensure that the options to load `file://` URLs are explicitly set to false.