Skip to content
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

CKEditor started to show a warning - Needs a quick replacement #2772

Open
cksachdev opened this issue Jul 2, 2024 · 2 comments · May be fixed by #2773
Open

CKEditor started to show a warning - Needs a quick replacement #2772

cksachdev opened this issue Jul 2, 2024 · 2 comments · May be fixed by #2773
Assignees
Labels
help wanted Suitable for community members, small time commitment I: major High priority bugs which don't immediately impact the user T: enhancement Adding additional functionality

Comments

@cksachdev
Copy link
Contributor

Expected Behaviour

CKEditor which is used to edit the Body in almost all entities started to show warning message.

"This CKEditor 4.16.1 version is not secure. Consider upgrading to the latest one 4.24.0-lts"

image

Actual Behaviour

There shouldn't be a warning and editor should work as expected.

Steps to Reproduce

  1. Open any component and focus on Editor view of body property

Note:
A quick way to suppress the warning is by adding versionCheck:false in frontend/src/modules/scaffold/backboneFormsOverrides.js line 71.

@sebj8
Copy link

sebj8 commented Jul 8, 2024

The solution did not work for me. I used instead:
CKEDITOR.config.versionCheck = false;
in line 13 of the same file (backboneFormsOverrides.js)

Remember to use npx grunt build:prod after change src

@taylortom taylortom added T: enhancement Adding additional functionality I: major High priority bugs which don't immediately impact the user help wanted Suitable for community members, small time commitment labels Jul 8, 2024
@oliverfoster
Copy link
Member

Ref: GHSA-fq6h-4g8v-qqvm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Suitable for community members, small time commitment I: major High priority bugs which don't immediately impact the user T: enhancement Adding additional functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants