Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
ckeditor-dev
Advanced tools
This repository contains the development version of CKEditor.
Attention: The code in this repository should be used locally and for development purposes only. We don't recommend distributing it on remote websites because the user experience will be very limited. For that purpose, you should build it (see below) or use an official release instead, available on the CKEditor website.
There is no special installation procedure to install the development code. Simply clone it on any local directory and you're set.
This repository contains the following branches:
Note that both master and major are under heavy development. Their code didn't pass the release testing phase so it may be unstable.
Additionally, all releases will have their relative tags in this form: 4.0, 4.0.1, etc.
The samples/
folder contains a good set of examples that can be used
to test your installation. It can also be a precious resource for learning
some aspects of the CKEditor JavaScript API and its integration on web pages.
The development code contains the following main elements:
core/
: the core API of CKEditor. Alone, it does nothing, but
it provides the entire JavaScript API that makes the magic happen.plugins/
: contains most of the plugins maintained by the CKEditor core team.skin/
: contains the official default skin of CKEditor.dev/
: contains "developer tools".tests/
: contains CKEditor tests suite.A release optimized version of the development code can be easily created
locally. The dev/builder/build.sh
script can be used for that purpose:
> ./dev/builder/build.sh
A "release ready" working copy of your development code will be built in the new
dev/builder/release/
folder. An internet connection is necessary to run the
builder, for its first time at least.
Read more on how to set up the environment and execute tests in the CKEditor Testing Environment guide.
Licensed under the GPL, LGPL and MPL licenses, at your choice.
For full details about the license, please check the LICENSE.md file.
CKEditor 4.4.8
Security Updates:
Fixed XSS vulnerability in the HTML parser reported by Dheeraj Joshi and Prem Kumar.
Issue summary: It was possible to execute XSS inside CKEditor after persuading the victim to: (i) switch CKEditor to source mode, then (ii) paste a specially crafted HTML code, prepared by the attacker, into the opened CKEditor source area, and (iii) switch back to WYSIWYG mode.
An upgrade is highly recommended!
Fixed Issues:
CKEDITOR.dom.text
is incorrect. Thanks to Ben Kiefer!/>
. Thanks to Віталій Крутько!CKEDITOR.ui.dialog.radio
validation to not work. Thanks to Florian Ludwig!element.appendText()
method does not work properly for empty elements.foo:href
attributes.<li>
elements. Thanks to Andrew Stucki!editor.getData()
parameter documentation.<iframe>
.<body>
has a margin.Other Changes:
0.2.3
.truncated-mathjax/
is now removed from the tests/
directory. Now bender.config.mathJaxLibPath
must be configured manually in order to run Mathematical Formulas plugin tests.FAQs
The development version of CKEditor - JavaScript WYSIWYG web text editor.
The npm package ckeditor-dev receives a total of 151 weekly downloads. As such, ckeditor-dev popularity was classified as not popular.
We found that ckeditor-dev demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.