-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Warning CKEditor 4.14.0 version is not secure #83
Comments
+1, you can hide it with css. |
Hello, indeed you can hide it with CSS, but is this the right solution? In my humble opinion, we should (always) aim for the best and secure libraries. This is what is suggested in the release notes by CKEditor. Can you please let me know whether Flask CKEditor has a plan to fix this and what is the ETA? |
You can hide it, but the (potential security) problem remains |
I obviously agree with this, hence the bump and making myself part of the conversation. This feature was first requested in 2020, and here we are in 2024. I suggested this as a band-aid, because I would have hoards of users submitting support tickets about this. |
It's certainly not wrong as a quick band-aid, but I hope that there will be a solution that will satisfy us all. |
When using the CDN (meaning: not loading the CKEditor resources from a local location), it should be possible to override the version by using this in the templates:
I guess it would be better to have something like |
The idea is good, but now there's probably a paid version: [CKEDITOR]: The license key is missing or invalid. If you suddenly started to see this message, this may mean you accidentally updated CKEditor 4 to the LTS version (4.23.0 and above). This version of the editor is under commercial terms and requires acquiring an "Extended Support Model" contract - https://ckeditor.com/ckeditor-4-support/ For more information about this error go to https://ckeditor.com/docs/ckeditor4/latest/guide/dev_errors.html#invalid-lts-license-key |
Right, I was unaware of that. The latest non-LTS version seems to be 4.22.1, released on June 30th 2023. That version has the security issue found in January 2024 I think, so that's not an option. |
When I want to include CKEditor 5 I get the following message on my Browser:
This is how I integrated it:
|
You can disable the version check with
I will default this option to A permanent fix would be upgrading to CKEditor 5, which is currently unsupported. Since CKEditor 5 has changed the license to GPL, I don't think we will move to CKEditor 5. Hence, for security considerations, you may want to:
|
I was afraid of something like this |
In the 1.0.0 version, the version check has been disabled. |
I get the message:" This Consider upgrading to the latest one, 4.24.0-lts."
How to upgrade this version ?
The text was updated successfully, but these errors were encountered: