
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).
ngssm-regex-tools
Advanced tools
NgSsm - Controls and services to manage regular expressions validated with C# code.
Angular components associated to https://github.com/LionMarc/smusdi-regex-tools.
To build the wasm:
dotnet publish src/Smusdi.Wasm/Smusdi.Wasm.csproj --configuration Release
to build with multithread:
- set to true the WasmEnableThreads property in Smusdi.Wasm
- export a method that returns a Task
For now, there is no add schematic to do this. It is planned but not done.
package installation
npm install --save ngssm-regex-tools
update angular.json to import package assets
"assets": [
{
"glob": "**/*",
"input": "node_modules/ngssm-regex-tools/assets",
"output": "./assets/smusdi/"
},
...
],
update index.html to load .NET assemblies
<head>
...
<script type="module" src="./assets/smusdi/smusdi.regextools.js"></script>
</head>
update styles.scss to import package styles
@import "ngssm-regex-tools/styles/ngssm-regex-tools.scss";
FAQs
NgSsm - Controls and services to manage regular expressions validated with C# code.
We found that ngssm-regex-tools 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.