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.
:warning: This project has not released its first major version.
Functions and classes for connecting to remote services and whatnot.
Read project documentation
built using the Sphinx project.
Should you venture into the sections below you will be able to use the
sphinx
recipe to build documention in the sphinx/html
directory.
Installing stable from the PyPi repository
pip install enconnect
Installing latest from GitHub repository
pip install git+https://github.com/enasisnetwork/enconnect
Start by cloning the repository to your local machine.
git clone https://github.com/enasisnetwork/enconnect.git
Set up the Python virtual environments expected by the Makefile.
make -s venv-create
The comprehensive approach is to use the check
recipe. This will stop on
any failure that is encountered.
make -s check
However you can run the linters in a non-blocking mode.
make -s linters-pass
And finally run the various tests to validate the code and produce coverage
information found in the htmlcov
folder in the root of the project.
make -s pytest
:warning: Ensure that no changes are pending.
Rebuild the environment.
make -s check-revenv
Update the version.txt file.
Push to the main
branch.
Create repository release.
Build the Python package.
Be sure no uncommited files in tree.
make -s pypackage
Upload Python package to PyPi test.
make -s pypi-upload-test
Upload Python package to PyPi prod.
make -s pypi-upload-prod
FAQs
Enasis Network Remote Connect
We found that enconnect 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.