
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).
@doing-things-with-node-red/node-red-context-configservice
Advanced tools
[](https://github.com/doing-things-with-node-red/node-red-context-configservice/actions/workflows/npm-publish.yml)
Spring Cloud Config provides server-side for externalized configuration in a distributed system. You have a central place to manage external properties for applications across all environments.
Node-RED provides a way to store information that can be shared between different nodes without using the messages that pass through a flow. This is called context.
The scope of a particular context value determines who it is shared with. There are three context scope levels:
We are looking for use both features, to retrieve and storage externalized configuration in our Node-RED Global context.
Node-RED provides two built-in modules for this:
We build a custom one based on the memory one.
To enable it, the following option in your Node-RED settings.js file can be used:
contextStorage: {
default: {
module: config => (require("@doing-things-with-node-red/node-red-context-configservice")(
"http://configservice:80/properties.json",
{
strictSSL: true,
interval: 3600000,
retries: 3
}
))
}
},
We are using Docker Compose to test our e2e
FAQs
[](https://github.com/doing-things-with-node-red/node-red-context-configservice/actions/workflows/npm-publish.yml)
The npm package @doing-things-with-node-red/node-red-context-configservice receives a total of 0 weekly downloads. As such, @doing-things-with-node-red/node-red-context-configservice popularity was classified as not popular.
We found that @doing-things-with-node-red/node-red-context-configservice 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.