mirror of
https://github.com/jtesta/ssh-audit.git
synced 2026-04-22 08:06:26 +02:00
bf1fbbfa43
* Fix RuntimeError for the JSON export It is never a good idea to modify an iterable while iterating over it. Copying the iterable fixes #41 modified: ssh-audit.py * Add test case for #41 new file: test/test_build_struct.py * Fix linting error modified: test/test_build_struct.py