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
There are several reported vulnerabilities in the very outdated jquery version shipped with texttest. We should check whether we can replace it with https://code.jquery.com/jquery-3.6.4.min.js
The text was updated successfully, but these errors were encountered:
@behrisch Had a little look here. There are quite a few breaking changes and I think some of them affect us.
From a cursory examination of the 6 vulnerabilities I found listed, I could not see that any of them applied to our little javascript code. Basically because we don't do anything with html from outside, don't call jquery.extend, and don't make cross-domain AJAX calls.
It would still be good to do this, though I am trouble seeing how I can test it on a non-live site in my environment.
There are several reported vulnerabilities in the very outdated jquery version shipped with texttest. We should check whether we can replace it with https://code.jquery.com/jquery-3.6.4.min.js
The text was updated successfully, but these errors were encountered: