
Research
wget to Wipeout: Malicious Go Modules Fetch Destructive Payload
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Utility functions and classes.
You can install the release version from PyPI.
pip install cookies_utilities
If you want to use the latest version that has not been released, clone this repository and install from the local directory.
git clone https://github.com/CookieBox26/cookies_utilities.git
cd cookies_utilities
pip install .
Please execute the following at the root of the repository.
Please run the following commands.
git clone https://github.com/CookieBox26/cookies_utilities.git
cd cookies_utilities
# make some changes to the code
pip install -e . # install the package in editable mode
python -m unittest discover tests -v # test
If an error occurs, you can fix the code and rerun the tests without having to reinstall the package.
If you add a new function or class, please update the documentation accordingly.
cd docs
vi source/cookies_utilities.rst # add a new function or class
./make.bat html # or 'make html' (not on Windows)
# Please open 'docs/build/html/index.html' in your browser and check the content.
cd ..
If you are not an administrator, please open a pull request at this point.
Please run the following commands. More details are here.
pip install --upgrade build # upgrade 'build'
python -m build
The following files will be generated.
./dist/cookies_utilities-0.0.1.tar.gz
./dist/cookies_utilities-0.0.1-py3-none-any.whl
Then please run the following commands. More details are here.
pip install --upgrade twine
python -m twine upload --repository testpypi dist/* # TestPyPI
python -m twine upload dist/* # PyPI
FAQs
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
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.