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
Please note, that maybe not all of the above are actually relevant for the included jquery version. I compiled the list from what seemed relevant, going through a list of CVEs, mentioning jquery: https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=jquery
However, this shows, that updating the vendored version would be a good idea! :)
The text was updated successfully, but these errors were encountered:
Indeed, as of current develop (b3d8f85), the vendored jquery version is 1.9.1 from 2013-02-04.
jQuery 1.x branch is EOLed, as well (jquery/jquery.com#162).
As a stopgap measure, we can try to upgrade to the latest jQuery 1.x version, 1.12.4 from 2016-05-20.
Unfortunately, simply replacing src/static/js/jquery.js with the new version is not enough, since Etherpad whines with:
TypeError: window.$ is undefined in http://localhost:9001/javascripts/lib/ep_etherpad-lite/static/js/ace2_common.js?callback=require.define (line 11420)
The vendored version of jquery (1.9.1) is vulnerable to many security issues, which are tracked in CVEs:
Please note, that maybe not all of the above are actually relevant for the included jquery version. I compiled the list from what seemed relevant, going through a list of CVEs, mentioning jquery: https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=jquery
However, this shows, that updating the vendored version would be a good idea! :)
The text was updated successfully, but these errors were encountered: