Open LF3551 opened 3 years ago
AsyncSSH 1.18 is also throwing security alerts from pyup.
Reproduce on windows:
python -m venv .venv\
.venv\Scripts\activate.bat
pip install -U pip
pip install -U wheel
pip install netdev
pip install safety
safety check
+==============================================================================+
| |
| /$$$$$$ /$$ |
| /$$__ $$ | $$ |
| /$$$$$$$ /$$$$$$ | $$ \__//$$$$$$ /$$$$$$ /$$ /$$ |
| /$$_____/ |____ $$| $$$$ /$$__ $$|_ $$_/ | $$ | $$ |
| | $$$$$$ /$$$$$$$| $$_/ | $$$$$$$$ | $$ | $$ | $$ |
| \____ $$ /$$__ $$| $$ | $$_____/ | $$ /$$| $$ | $$ |
| /$$$$$$$/| $$$$$$$| $$ | $$$$$$$ | $$$$/| $$$$$$$ |
| |_______/ \_______/|__/ \_______/ \___/ \____ $$ |
| /$$ | $$ |
| | $$$$$$/ |
| by pyup.io \______/ |
| |
+==============================================================================+
| REPORT |
| checked 20 packages, using free DB (updated once a month) |
+============================+===========+==========================+==========+
| package | installed | affected | ID |
+============================+===========+==========================+==========+
| asyncssh | 1.18.0 | <2.5.0 | 39350 |
+==============================================================================+
I have this problem
netdev with asyncssh<2.0,>=1.15 and scrapli with asyncssh<3.0.0,>=2.2.1
Could you upgrade netdev with new version Asyncssh and make compatibility