
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).
github.com/pandelisz/serverless-go-forms
The endpoint currently supports POSTS with JSON payloads in the following format:
{
"from": "sender@example.com",
"message": "Hello there"
}
Or application/x-www-form-urlencoded content in the format
from=sender@example.com&message=Hello%20there
If you need to change this format for your needs you can edit lib/types/types.go
go-forms currently supports mailgun with plans to support slack and regular smtp or amazon sqs.
You can configure your mailgun keys by renaming config.example.yml
-> config.dev.yml
and entering your details.
If you want to create a production config use config.prod.yml
If you want to lock down the requests to just your dowmain use the cors.origin setting in serverless.yml
This project can be deployed with the serverless framework.
To build binaries for deployment run make
before deploying.
You willl also need go dep to install the vendor dependencies.
npm install -g serverless
make
serverless deploy
FAQs
Unknown package
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.