
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
rtorrent-migrate is a command-line utility used to bulk-convert your data and/or session directory of torrents in rTorrent
It also includes a class that can be used in Python scripts
Usage documentation and examples are available here
Install from PyPI:
pip3 install rtorrent-migrate
Install from source:
git clone https://gitlab.com/adralioh/rtorrent-migrate.git
pip3 install ./rtorrent-migrate
If you don't want to install, you can also run the module directly:
# Run from within the git repo
python3 -m rtorrent_migrate --help
Tests are run using the built-in unittest
module, and Coverage.py is used to measure code coverage
Run tests without measuring coverage:
python3 -m unittest discover -s tests -t .
Run tests and measure coverage:
coverage run -m unittest discover -s tests -t .
View the results:
coverage report
Generate a detailed report, outputted to ./htmlcov
:
coverage html
Sphinx is used to build documentation
Build requirements:
How to build:
cd docs
make html
FAQs
rTorrent migration utility
We found that rtorrent-migrate 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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.