-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove jQuery Migrate #4628
Comments
That are the things I noticed by some clicking. We should simply drop it very early and ask the developers to check their apps. Contacts and Calendar seem to heavily use jquery-ui which uses many of the methods of the jquery-migrate file. 🙈 |
* removes dependency on jquery-migrate.js * see nextcloud/server#4628 Signed-off-by: Morris Jobke <[email protected]>
* ref #4628 Signed-off-by: Morris Jobke <[email protected]>
FullCalendar comes even bundled with jQuery 3.2.1. Not sure why it's invoking jquery-migrate. Should simply work without it. I think we can safely ignore the |
I believe this is causing high-severity PCI scan failures when run against publicly accessible NextCloud instances. |
We should be able to remove it for 18 (calendar don't have it, gallery for 18, contacts don't have it...) |
is it gone or are we still pulling it through node_modules in NC 22.2.0 ?
|
I have the same question. We have a finding of jquery 2.1.4 on NC 22 from a pen test. Need to be able to answer why such a low version of jquery is used in NC. |
Ref http://research.insecurelabs.org/jquery/test/
The text was updated successfully, but these errors were encountered: