You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After using 3DSView, I am getting the following Lint warnings.
AddJavascriptInterface: addJavascriptInterface Called - WebView.addJavascriptInterface should not be called with minSdkVersion < 17 for security reasons: JavaScript can use reflection to manipulate application
SetJavaScriptEnabled: Using setJavaScriptEnabled - Using setJavaScriptEnabled can introduce XSS vulnerabilities into you application, review carefully.
WrongConstant: Incorrect constant - Must be one or more of: Pattern.UNIX_LINES, Pattern.CASE_INSENSITIVE, Pattern.COMMENTS, Pattern.MULTILINE, Pattern.LITERAL, Pattern.DOTALL, Pattern.UNICODE_CASE, Pattern.CANON_EQ
Are there any fixes for these warnings?
The text was updated successfully, but these errors were encountered:
Regarding the numbers 1 & 2 - not sure they can be fixed because we need both to do some tricky things in order to manipulate web page and intercept post and extract data from it. Also Im not sure there are any security issues here as 3DSView component only visits the trusted acs server page, which url is provided by the payment system.
After using 3DSView, I am getting the following Lint warnings.
Are there any fixes for these warnings?
The text was updated successfully, but these errors were encountered: