
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).
A simple python client for SMS Alert APIs. To use this package, you must have a valid account on https://www.smsalert.co.in.
username : SMS Alert account username
password : SMS Alert account password
mobileno : Destination mobile number (Keep number in international format)
message : Message Content to send
senderid : Receiver will see this as sender's ID
route : If your operator supports multiple routes then give one route name
//import smsAlert.py where you want to send msg
from smsAlert import smsAlertMsg
class smsAlertMsg(unittest.TestCase):
def setUp(self):
username='' # add your SMS Alert username
password='' # add your SMS Alert password
self.client = smsAlertMsg(username=username,password=password)
def tearDown(self):
pass
def test_send_sms(self):
self.client.send_sms('918010551055','Test SMS','CVDEMO','demo') #(mobileno, message, senderid, route)
if __name__ == '__main__':
import sys
sys.exit(unittest.main())
This package was created with Cozy Vision Pvt. Ltd.
FAQs
A simple python client for Sms Alert APIs
We found that smsAlert 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.