
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
stylelint-plugin-ckeditor5-rules
Advanced tools
A set of plugins used by the CKEditor 5 team for Stylelint
By default this plugin is added to our stylelint-config-ckeditor5
preset.
npm i --save-dev stylelint-plugin-ckeditor5-rules
Add the plugin to a .stylelintrc
file, then configure available rules.
{
"plugins": [
"stylelint-plugin-ckeditor5-rules/lib/license-header"
]
}
This rule checks if each file starts with proper @license
block comment. It requires configuration:
rules: {
'ckeditor5-rules/license-header': [ 'error', {
headerLines: [
'/**',
' * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.',
' * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license',
' */'
]
} ]
}
11.1.0 (July 10, 2025)
validate-changelog-entry
rule for validating Markdown-based changelog entries. Closes ckeditor/ckeditor5#18777.Check out the Versioning policy guide for more information.
<details> <summary>Released packages (summary)</summary>Releases containing new features:
Other releases:
FAQs
CKEditor 5 stylelint preset.
The npm package stylelint-plugin-ckeditor5-rules receives a total of 1,765 weekly downloads. As such, stylelint-plugin-ckeditor5-rules popularity was classified as popular.
We found that stylelint-plugin-ckeditor5-rules demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.