paytm / paytm-allinonesdk-flutter

10 stars 8 forks source link

Remote WebView debugging is enabled #24

Open dhimanrascon opened 2 years ago

dhimanrascon commented 2 years ago

How do we disable webview debugging disable? We can't find any key of params to disable this.

Prakash128-lab commented 2 years ago

Hi , Do you want to use only App invoke ? Please elaborate on the requirement .

dhimanrascon commented 2 years ago

We are using await AllInOneSdk.startTransaction method for paytm payment in flutter app. But after security scan, a vulnerability issue is found regarding com/paytm/pgsdk/PaytmWebView.java.

Security teams suggestion is :- Disable webview debugging by setting WebView.setWebContentsDebuggingEnabled(true ) to false.

So how do we disable webview debugging in flutter sdk?

Prakash128-lab commented 2 years ago

Hi ,Please drop a mail on [integration.dev@paytm.com] with your requirements.

Prakash128-lab commented 2 years ago

Hi , Please use new version , As of now disabled webview debugging in the Flutter version - 1.1.5

dhimanrascon commented 2 years ago

Hi, Thanks for the update. We'll update the version