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
For CVE-2016-10707, I do not think selfoss does AJAX requests to third party sites, so it should not be vulnerable.
For CVE-2015-9251, selfoss does not seem to use the attr function with third party supplied data.
There are many breaking changes regarding to Deferred, which will need to be manually checked. And we should probably switch to A+-style promises throughout the codebase.
The remaining deprecations and breaking changes should be addressed in 8e991c4, except for bind() deprecation. That is better left for a separate PR.
github reports two security issues with current jquery version 2.2.4 used in public/package.json:
https://nvd.nist.gov/vuln/detail/CVE-2016-10707
https://nvd.nist.gov/vuln/detail/CVE-2015-9251
The text was updated successfully, but these errors were encountered: