
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).
Based on past development experiences, I have encapsulated an Angular project template for use by companies and their individual projects. In order to avoid the repetitive work of git clone
, npm install
and manually modifying the project name-related field values in some configuration files of the project, the scaffolding tool was developed.
ngain = ng + gain
It can be seen from the naming that the scaffolding tool can generate the Angular front-end project template and directly enter the business development stage, eliminating the need for the initial configuration of the project development and the preparation of the common code.
npm i ngain-cli -g
ngain new|n [projectName]
or
npx ngain new|n [projectName]
run the above command directly in the target directory without installing this scaffolding tool globally
ngain -v
or
npx ngain -v
run the above command directly in the root directory of project without installing this scaffolding tool globally
FAQs
an Angular boilerplates generator
We found that ngain-cli 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.