1
0
mirror of https://github.com/jtesta/ssh-audit.git synced 2025-04-12 16:48:07 -05:00

2 Commits

Author SHA1 Message Date
Joe Testa
1a5c0e7fad Split ssh_audit.py into separate files (). 2020-10-15 14:34:23 -04:00
Jürgen Gmach
bf1fbbfa43
Fix RuntimeError for the JSON export ()
* Fix RuntimeError for the JSON export

It is never a good idea to modify an iterable while iterating over it.

Copying the iterable fixes 

modified:   ssh-audit.py

* Add test case for 

new file:   test/test_build_struct.py

* Fix linting error

modified:   test/test_build_struct.py
2020-07-03 14:56:46 -04:00