mirror of
https://github.com/jtesta/ssh-audit.git
synced 2025-06-24 11:34:32 +02:00
Now reports policy errors in an easier to read format. (#63)
This commit is contained in:
@ -3,4 +3,7 @@ Policy: Docker policy: test4 (version 1)
|
||||
Result: [0;31m❌ Failed![0m
|
||||
[0;33m
|
||||
Errors:
|
||||
* Ciphers did not match. Expected: ['cipher_alg1', 'cipher_alg2']; Actual: ['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijndael-cbc@lysator.liu.se'][0m
|
||||
* Ciphers did not match.
|
||||
- Expected: cipher_alg1, cipher_alg2
|
||||
- Actual: aes128-ctr, aes192-ctr, aes256-ctr, arcfour256, arcfour128, aes128-cbc, 3des-cbc, blowfish-cbc, cast128-cbc, aes192-cbc, aes256-cbc, arcfour, rijndael-cbc@lysator.liu.se
|
||||
[0m
|
||||
|
Reference in New Issue
Block a user