Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
The SendSafely Client API allows programmatic access to SendSafely and provides a layer of abstraction from our REST API, which requires developers to perform several complex tasks in a correct manner.
Install Python 3 or higher if not already installed
python3 --version
brew install python
The Python command to install pip (as pip3) and Setuptools
python3 -m pip install --upgrade setuptools
To create a source distribution
python3 setup.py sdist --dist-dir=dist
To install the source distribution
python3 -m pip install ./dist/sendsafely-x.y.z.tar.gz
To run unittests, update SendSafely instance in the test/*.py scripts, and then run the following from /src:
python3 -m unittest tests/*.py
To run integration scripts, cd to /scripts and run the python script with the following command
python3 sendsafely_python_example.py
When testing, create and activate a Python virtual environment and then install the source distribution
python3 -m venv /test/dir
source test/dir/bin/activate
To create pydocs, run
pydoc3 -w SendSafely sendsafely/*.py
Remove absolute path names from generated HTML prior to sharing with customer
./prepare_python_api.sh
FAQs
The SendSafely Client API allows programmatic access to SendSafely and provides a layer of abstraction from our REST API, which requires developers to perform several complex tasks in a correct manner.
We found that sendsafely 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.