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
I got the same warning here perl11/cperl#398 from Whitesource, nice tool.
Unfortunately a simple upgrade to 3.4.1 will destroy the table header layout, it will be at position 0,0, not at the table anymore. something with jquery.floatThead I guess
The recommended migration helper didn't help much, so I fear this needs a javascript programmer to fix.
The problem is only if the generated pages are public.
[UPDATE] figured it out. Only some css names changed. See #133
jquery 1.12.4 has two known vulnerabilities. You should update to jquery 3.4.0 or later.
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9251 fixed by jquery 3.0.0
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358 fixed by jquery 3.4.0
http://jquery.com/download/ is showing 3.4.1 as the latest version.
jQuery CDN https://code.jquery.com/jquery-3.4.1.min.js
The text was updated successfully, but these errors were encountered: