
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).
generator-tslint
Advanced tools
Yeoman generator to get tslint up and running in your project with your favorite preset (and with plugins if you want)
Yeoman generator to get tslint up and running in your project with your favorite preset
npm install --global yo generator-tslint
# nope, it will do nothing, just install tslint into your project
yo tslint
# install tslint with your favorite preset
yo tslint tslint-microsoft-contrib
# you can select some presets for tslint
yo tslint tslint-microsoft-contrib,tslint-eslint-rules
For now supporting only (in accordance with http://palantir.github.io/tslint/usage/custom-rules/)
Composability is a way to combine smaller parts to make one large thing. Sort of like Voltron®
— Yeoman docs
Just plug in tslint into your generator and let it setup your tslint.json and install required devDependencies for you. Everybody wins.
npm install --save generator-tslint
this.composeWith('tslint', { options: {
'skip-install': this.options['skip-install'],
config: {
rulesDirectory: [
'tslint-microsoft-contrib'
, 'tslint-eslint-rules'
, 'codelyzer'
]
}}}, {
local: require.resolve('generator-tslint')
});
MIT © Aleksandr Filatov alfilatov.com
FAQs
Yeoman generator to get tslint up and running in your project with your favorite preset (and with plugins if you want)
We found that generator-tslint demonstrated a not healthy version release cadence and project activity because the last version was released 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.