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

Deprecate CKEDITOR.rnd #5127

Closed
jacekbogdanski opened this issue Mar 16, 2022 · 1 comment
Closed

Deprecate CKEDITOR.rnd #5127

jacekbogdanski opened this issue Mar 16, 2022 · 1 comment
Labels
status:confirmed An issue confirmed by the development team. type:task Any other issue (refactoring, typo fix, etc).
Milestone

Comments

@jacekbogdanski
Copy link
Member

Type of report

Task

Provide description of the task

CKEDITOR.rnd is no longer used in our codebase and may be incorrectly used by CKEditor 4 integrators in a security-sensitive context. The number range of this property is relatively small (3 digits) using the cryptographically unsafe Math.random method. Therefore, it's recommended to use window.crypto.getRandomValues() instead.

Other details

  • Browser: …
  • OS: …
  • CKEditor version: …
  • Installed CKEditor plugins: …
@jacekbogdanski jacekbogdanski added type:task Any other issue (refactoring, typo fix, etc). status:confirmed An issue confirmed by the development team. labels Mar 16, 2022
@jacekbogdanski jacekbogdanski added this to the 4.18.0 milestone Mar 16, 2022
@jacekbogdanski
Copy link
Member Author

Deprecated in f4a43aa...6d51b38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:confirmed An issue confirmed by the development team. type:task Any other issue (refactoring, typo fix, etc).
Projects
None yet
Development

No branches or pull requests

1 participant