code-and-effect / effective_datatables

An effective ActiveRecord to Datatables dsl for Ruby on Rails. Make intelligent tables quickly.
MIT License
133 stars 36 forks source link

Out of date jquery.dataTables.js #176

Closed flenny closed 1 year ago

flenny commented 1 year ago

Hey @matt-riemer πŸ‘‹πŸΌ Any chance to get an up to date jquery.dataTables.js in the near future to address some security vulnerabilities? https://github.com/code-and-effect/effective_datatables/blob/master/app/assets/javascripts/dataTables/jquery.dataTables.js Cheers! Oliver

danajanssen commented 1 year ago

Can you link to the release version that has the security fix, please?

Accepting PRs for the upgrade if it can include even some basic manual testing. That will move this along quicker!

matt-riemer commented 1 year ago

Hey @flenny

Your wish has come true!

effective_datatables has been upgraded to the latest datatables.net source code

Enjoy :D

flenny commented 1 year ago

Wow thatβ€˜s awesome πŸŽ‰πŸ‘Œ Thanks a lot!