react-ckeditor icon indicating copy to clipboard operation
react-ckeditor copied to clipboard

Update ckeditor.js to prevent XSS vulnerability

Open samism91 opened this issue 4 years ago • 0 comments

For CKEditor 4.6.2 version, XSS vulnerability is there: https://snyk.io/vuln/npm:[email protected] So changing defaultScriptUrl from https://cdn.ckeditor.com/4.6.2/standard/ckeditor.js to https://cdn.ckeditor.com/4.12.1/standard/ckeditor.js

samism91 avatar Sep 20 '21 13:09 samism91