
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).
Please refer to the documentation at https://github.com/ambujraj/AmbSQL/wiki/Documentation
This program is compatible with python - 3.x
You can use one of the below methods to download and use this repository.
Using pip:
$ pip install ambsql
Manually using CLI:
$ git clone https://github.com/ambujraj/AmbSQL.git
$ cd AmbSQL
$ sudo python3 setup.py install (Linux and MacOS)
$ python setup.py install (Windows)
Manually using UI:
Go to the repo on github => Click on 'Clone or Download' => Click on 'Download ZIP' and save it on your local disk.
If installed CLI, open the AmbSQL.exe file and get the work started.
If installed using pip or CLI:
$ python
(Windows)
or
$ python3
(Linux or MacOS)
>>>from ambsql import *
If installed using UI, unzip the file downloaded, go to the 'AmbSQL' directory and use one of the below commands:
$ python3 AmbSQL.py
(Linux or MacOS)
or
$ python AmbSQL.py
(Windows)
If you installed package using pip or CLI, below is the sample code:
from ambsql import *
createtable('studenttable', 'name', 'age')
insertvalues('studenttable', 'Jack', 21)
showvalues('studenttable')
If you installed AmbSQL.exe, below is the sample code:
> connect
> createtable(studenttable, name, age)
> insertvalues(studenttable, Jack, age)
> showvalues(studenttable)
Check the list of contributors here
You can suggest us of new improvements you want by creating new Issue here
FAQs
AmbSQL is a DBMS which is approx 10x faster and the most EASY to operate on.
We found that ambsql 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.