
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).
Messente SMS API library for Python 3.6+.
Full documentation: https://messente.com/documentation
The library can be installed/upgraded via pip:
pip install messente-python==2.0.1
or by using setuptools:
python setup.py build
python setup.py install
You can find sample scripts in the 'examples' directory.
Configuration parameters can passed via:
Authentication parameters can also be set in environment instead:
Configuration can be stored in a *.ini file (please see config.sample.ini). The path to the file can be passed to a contructor as "ini_path" keyword argument:
from messente.api.sms import Messente
api = messente.Messente(ini_path="some/path/filename.ini")
Configuration file is divided into following sections:
All the module specific sections can override any of the parameters in the "default" section.
The library uses logging module from standard python library, and logging should be configured by the application that uses this library. For more information, please visit: https://docs.python.org/3/howto/logging.html
Apache Licence, Version 2
FAQs
Messente SMS API
We found that messente-python 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.