
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).
mvcct-templates
Advanced tools
mvcct-templates installs content files needed by Mvc Controls Toolkit into asp.net core.
current version: 1.2.0.
mvcct-templates installs content files needed by the Mvc Controls Toolkit into an asp.net core project. It is available on npm. Just install it after you have installed all other npm and Bower dependencies, and it'll add:
Important: 1.1.2 version fixed a JavaScript critical run. Developers, who scaffolded a project prior to that version must fix manually the bug, since the mvcct-templates can't be run twice on the same project. The fix is as follows:
Move the line of code:
<script src="~/lib/mvcct-enhancer/mvcct.enhancer.min.js"></script>
from Views\Shared\_EnhancementFallbackPartial.cshtml to Views\Shared\_GlobalizationScriptsPartial.cshtml just after @using System.Globalization
, as shown in the snippet below:
@using System.Globalization
<script src="~/lib/mvcct-enhancer/mvcct.enhancer.min.js"></script>
This project is part of the Mvc Controls Toolkit . You can find instructions, documentation and more information on the Mvc Controls Toolkit in the Home repository
FAQs
mvcct-templates installs content files needed by Mvc Controls Toolkit into asp.net core.
The npm package mvcct-templates receives a total of 7 weekly downloads. As such, mvcct-templates popularity was classified as not popular.
We found that mvcct-templates 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.