
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).
Centralize and relay email from multiple distributed Django projects to an internal SMTP server via a database queue.
django-email-relay
enables Django projects without direct access to a preferred SMTP server to use that server for email dispatch.
It consists of two parts:
A Django app with a custom email backend that stores emails in a central database queue. This is what you will use on all the distributed Django projects that you would like to give access to the preferred SMTP server.
A relay service that reads from this queue to orchestrate email sending. It is available as either a standalone Docker image or a management command to be used within a Django project that does have access to the preferred SMTP server.
Visit the documentation for more information. There you will find:
This package is heavily inspired by the django-mailer
package. django-mailer
is licensed under the MIT license, which is also the license used for this package. The required copyright notice is included in the LICENSE
file for this package.
django-email-relay
is licensed under the MIT license. See the LICENSE
file for more information.
FAQs
Centralize and relay email from multiple distributed Django projects to an internal SMTP server via a database queue.
We found that django-email-relay 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.