automatically add MPROTECT exceptions for apps enabling WebView JavaScript support #18

Closed
thestinger opened this Issue Aug 23, 2015 · 1 comment

Comments

Projects
None yet
1 participant
@thestinger
Contributor

thestinger commented Aug 23, 2015

Applications calling setJavaScriptEnabled(true); on the WebView are by far the most common source of issues requiring PaX exceptions. It would be great to deal with this automatically by having the package manager scan the bytecode for a call to the setJavaScriptEnabled method. It should be done in the regular Java package manager code with a dumb heuristic rather than relying on something like a bytecode parser which would add attack surface.

@thestinger

This comment has been minimized.

Show comment Hide comment
@thestinger

thestinger Aug 26, 2015

Contributor

This is now implemented.

Contributor

thestinger commented Aug 26, 2015

This is now implemented.

@thestinger thestinger closed this Aug 26, 2015

@thestinger thestinger added this to the Beta release milestone Aug 26, 2015

@ghost ghost referenced this issue Aug 27, 2015

Closed

PaX exception for PagerDuty #23

@zongo zongo referenced this issue Jan 8, 2017

Closed

webview crash #555

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment