mirror of
https://github.com/jtesta/ssh-audit.git
synced 2025-06-22 18:53:40 +02:00
Policy output now more clearly prints the policy version.
This commit is contained in:
@ -357,7 +357,7 @@ macs = %s
|
||||
|
||||
def get_name_and_version(self) -> str:
|
||||
'''Returns a string of this Policy's name and version.'''
|
||||
return '%s v%s' % (self._name, self._version)
|
||||
return '%s (version %s)' % (self._name, self._version)
|
||||
|
||||
|
||||
def is_server_policy(self) -> bool:
|
||||
|
Reference in New Issue
Block a user