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.
.. image:: https://img.shields.io/pypi/v/aioreloader.svg :target: https://pypi.org/project/aioreloader/
Tool that reloads your asyncio <https://docs.python.org/3/library/asyncio.html>
_-based application automatically when you
modify the source code.
Most of code has been borrowed from
Tornado <https://github.com/tornadoweb/tornado/blob/master/tornado/autoreload.py>
_
reloader built mostly by @finiteloop <https://github.com/finiteloop>
_
and @bdarnell <https://github.com/bdarnell>
_. Thanks!
From 0.3.x version aioreloader natively supports -X
python arguments. Which is recommended way for development debug mode in aiohttp.
Here's an example of usage with
aiohttp <https://github.com/aio-libs/aiohttp>
_ framework:
.. code-block:: python
app = aiohttp.web.Application()
aioreloader.start()
aiohttp.web.run_app(app)
To add any file to watching list (which is not loaded as a python module):
.. code-block:: python
aioreloader.watch('/etc/app_config.yml')
Python - at least 3.5
.. code-block:: bash
$ pip install aioreloader
FAQs
Port of tornado reloader to asyncio
We found that aioreloader 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.