galetahub / ckeditor

Ckeditor 4.x integration gem for rails
https://ckeditor.com/ckeditor-4/
MIT License
2.23k stars 878 forks source link

Getting warning this CKEditor 4.11.3 version is not secure #939

Closed rohit-gilbile closed 2 months ago

rohit-gilbile commented 2 months ago

Screenshot 2024-07-23 153652

rohit-gilbile commented 2 months ago

Resolved

elbzero commented 2 months ago

@rohit-gilbile how did you resolve?

galetahub commented 2 months ago

@elbzero you have two options to resolve:

  1. Turn off this warning in your CKEditor config: config.versionCheck = false;
  2. Upgrade ckeditor gem to the latest version