
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).
@ln-maf/mysql
Advanced tools
This module is created to allow other projects to easily utilize SQL when writing test cases. Additionally, a utility function is used to test using this.
[![Dependencies][dep-image]][dep-url]
To use this you must require this library after installing using npm.
npm i @ln-maf/mysql
Keytar is used to store access to the username and password for sql.
To setup an sql config please run the following from project root:
node node_modules/@ln-maf/mysql/config.js
Note: Please run the Setup step first.
Add a step definition file with the following line:
require('@ln-maf/mysql)
Utilizes the sql system associated with the item provided. By default will use mysql.sqlConfig.json
in the root directory of the project if none is provided.
Runs a query from the provided item. Allows templated args as per the global cucumber projects. Stores the results in this.results.lastRun
. Usable in cucubmer as ${lastRun}
or the it keyword.
FAQs
Setup for sql on Node
The npm package @ln-maf/mysql receives a total of 143 weekly downloads. As such, @ln-maf/mysql popularity was classified as not popular.
We found that @ln-maf/mysql demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.