mirror of
https://github.com/jtesta/ssh-audit.git
synced 2026-07-18 08:42:53 +02:00
* 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