Skip to content

Upgrade jsoup to 1.15.3

akwizgran requested to merge upgrade-jsoup into master

This branch upgrades jsoup to version 1.15.3 to fix a stored XSS vulnerability. I doubt that this affects us, as Android's TextViews probably don't execute Javascript, but it will ensure any future uses of jsoup outside TextViews are safe.

Merge request reports