
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).
earthport-rest-api-client
Advanced tools
This API supports all services required to make cross border payments using Earthport's network.
This SDK uses the Requests library and will work for Python 2 >=2.7.9
and Python 3 >=3.4
.
The generated code might need to be configured with your API credentials. To do that, open the file "Configuration.py" and edit its contents.
The generated code uses Python packages named requests, jsonpickle and dateutil. You can resolve these dependencies using pip ( https://pip.pypa.io/en/stable/ ).
pip install -r requirements.txt
Note: You will need internet access for this step.
After having resolved the dependencies, you can easily use the SDK following these steps.
from __future__ import print_function
from earthport-rest-api-client.earthport_rest_api_client_client import EarthportRestApiClientClient
api_client = EarthportRestApiClientClient()
controller = api_client.quotes
response = controller.create_bulk_fx_quote(<required parameters if any>)
print(response.fx_ticket_id)
# Or you can print more information
print(vars(response))
FAQs
This API supports all services required to make cross border payments using Earthport's network.
We found that earthport-rest-api-client 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.